RtlCaptureContext2 method

void RtlCaptureContext2(
  1. Pointer<CONTEXT> ContextRecord
)

Implementation

void RtlCaptureContext2(
  ffi.Pointer<CONTEXT> ContextRecord,
) {
  return _RtlCaptureContext2(
    ContextRecord,
  );
}