Click or drag to resize

VoIPNativeAPINtSetInformationThread Method

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

Parameters

threadHandle
Type: SystemIntPtr
threadInformationClass
Type: SystemInt32
threadInformation
Type: SystemInt32
threadInformationLength
Type: SystemInt32

Return Value

Type: UInt32
See Also