VoIPNativeAPINtSetInformationThread Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static uint NtSetInformationThread(
IntPtr threadHandle,
int threadInformationClass,
int threadInformation,
int threadInformationLength
)
Public Shared Function NtSetInformationThread (
threadHandle As IntPtr,
threadInformationClass As Integer,
threadInformation As Integer,
threadInformationLength As Integer
) As UInteger
public:
static unsigned int NtSetInformationThread(
IntPtr threadHandle,
int threadInformationClass,
int threadInformation,
int threadInformationLength
)
static member NtSetInformationThread :
threadHandle : IntPtr *
threadInformationClass : int *
threadInformation : int *
threadInformationLength : int -> uint32
Parameters
- threadHandle
- Type: SystemIntPtr
- threadInformationClass
- Type: SystemInt32
- threadInformation
- Type: SystemInt32
- threadInformationLength
- Type: SystemInt32
Return Value
Type:
UInt32
See Also