VoIPNativeAPICreateThread Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic static IntPtr CreateThread(
IntPtr securityAttributes,
uint stackSize,
ThreadStart startFunction,
IntPtr threadParameter,
uint creationFlags,
out uint threadId
)
Public Shared Function CreateThread (
securityAttributes As IntPtr,
stackSize As UInteger,
startFunction As ThreadStart,
threadParameter As IntPtr,
creationFlags As UInteger,
<OutAttribute> ByRef threadId As UInteger
) As IntPtr
public:
static IntPtr CreateThread(
IntPtr securityAttributes,
unsigned int stackSize,
ThreadStart^ startFunction,
IntPtr threadParameter,
unsigned int creationFlags,
[OutAttribute] unsigned int% threadId
)
static member CreateThread :
securityAttributes : IntPtr *
stackSize : uint32 *
startFunction : ThreadStart *
threadParameter : IntPtr *
creationFlags : uint32 *
threadId : uint32 byref -> IntPtr
Parameters
- securityAttributes IntPtr
-
- stackSize UInt32
-
- startFunction ThreadStart
-
- threadParameter IntPtr
-
- creationFlags UInt32
-
- threadId UInt32
-
Return Value
IntPtr
See Also