Click or drag to resize

VoIPNativeAPICreateThread Method


Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public static IntPtr CreateThread(
	IntPtr securityAttributes,
	uint stackSize,
	ThreadStart startFunction,
	IntPtr threadParameter,
	uint creationFlags,
	out uint threadId
)

Parameters

securityAttributes  IntPtr
 
stackSize  UInt32
 
startFunction  ThreadStart
 
threadParameter  IntPtr
 
creationFlags  UInt32
 
threadId  UInt32
 

Return Value

IntPtr
See Also