RtlCaptureContext2 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H
// begin_msdn:"Winternl"
#if (PHNT_VERSION >= PHNT_WIN10_20H1)

NTSYSAPI
VOID
NTAPI
RtlCaptureContext2(
    _Inout_ PCONTEXT ContextRecord
    );

#endif
// end_msdn
#endif

View code on GitHub

No description available.