VoIPNativeAPICreateThread Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: SystemIntPtr
- stackSize
- Type: SystemUInt32
- startFunction
- Type: System.ThreadingThreadStart
- threadParameter
- Type: SystemIntPtr
- creationFlags
- Type: SystemUInt32
- threadId
- Type: SystemUInt32
Return Value
Type:
IntPtr
See Also