INativeAPINtSetInformationThread Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntaxuint NtSetInformationThread(
IntPtr threadHandle,
int threadInformationClass,
int threadInformation,
int threadInformationLength
)
Function NtSetInformationThread (
threadHandle As IntPtr,
threadInformationClass As Integer,
threadInformation As Integer,
threadInformationLength As Integer
) As UInteger
unsigned int NtSetInformationThread(
IntPtr threadHandle,
int threadInformationClass,
int threadInformation,
int threadInformationLength
)
abstract NtSetInformationThread :
threadHandle : IntPtr *
threadInformationClass : int *
threadInformation : int *
threadInformationLength : int -> uint32 Parameters
- threadHandle IntPtr
-
- threadInformationClass Int32
-
- threadInformation Int32
-
- threadInformationLength Int32
-
Return Value
UInt32
See Also