RtlCaptureContext function
Retrieves a context record in the context of the caller.
Syntax
VOID WINAPI RtlCaptureContext( _Out_ PCONTEXT ContextRecord );
Parameters
- ContextRecord [out]
-
A pointer to a CONTEXT structure.
Return value
This function does not return a value.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: