Undocumented functions of NTDLL

2OOO, 14 November


NtContinue
NtContinue

NTSYSAPI 
NTSTATUS
NTAPI

NtContinue(
IN PCONTEXT ThreadContext, IN BOOLEAN RaiseAlert );





You can use NtContinue after processing exception for continue executing thread. System uses NtContinue also in APC processing.


Documented by:
Tomasz Nowak
Reactos



Requirements:
Library: ntdll.lib


See also:
NtCreateThread
NtGetContextThread
NtSetContextThread