RtlCaptureContext method

void RtlCaptureContext(
  1. Pointer<CONTEXT> ContextRecord
)

Implementation

void RtlCaptureContext(
  ffi.Pointer<CONTEXT> ContextRecord,
) {
  return _RtlCaptureContext(
    ContextRecord,
  );
}