Click or drag to resize

VoIPNativeAPINtSetInformationThread Method


Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public static uint NtSetInformationThread(
	IntPtr threadHandle,
	int threadInformationClass,
	int threadInformation,
	int threadInformationLength
)

Parameters

threadHandle  IntPtr
 
threadInformationClass  Int32
 
threadInformation  Int32
 
threadInformationLength  Int32
 

Return Value

UInt32
See Also