VoIPNativeAPINtSetInformationThread Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.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 IntPtr
-
- threadInformationClass Int32
-
- threadInformation Int32
-
- threadInformationLength Int32
-
Return Value
UInt32
See Also