Undocumented functions of NTDLL

2OOO, 10 November


RtlInitializeContext
RtlInitializeContext

NTSYSAPI 
PVOID
NTAPI

RtlInitializeContext(
IN HANDLE ProcessHandle, OUT PCONTEXT ThreadContext, IN PVOID ThreadStartParam OPTIONAL, IN PTHREAD_START_ROUTINE ThreadStartAddress, IN PINITIAL_TEB InitialTeb );



Initialise CONTEXT structure for use with NtCreateThread. 




Requirements:
Library: ntdll.lib




See also:
NtCreateThread
NtGetContextThread
NtSetContextThread