Click or drag to resize

VoIPNativeAPICreateThread Method

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

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