Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

WinNT.h (include Windows.h)

Library

Kernel32.lib

DLL

Kernel32.dll

See also

CONTEXT
RtlRestoreContext

 

 

Show:
© 2017 Microsoft