Undocumented functions of NTDLL

2OOO, 5 December


NtSuspendThread
NtSuspendThread

NTSYSAPI 
NTSTATUS
NTAPI

NtSuspendThread(
IN HANDLE ThreadHandle, OUT PULONG PreviousSuspendCount OPTIONAL );


PreviousSuspendCount
Suspend count for ThreadHandle thread before function call.



Documented by:
Reactos
Tomasz Nowak



Requirements:
Library: ntdll.lib


See also:
NtAlertResumeThread
NtResumeThread