Example #1
0
 private extern static unsafe void PInvoke_RaiseFailFastException(
     _EXCEPTION_RECORD *pExceptionRecord,
     _CONTEXT *pContextRecord,
     uint dwFlags);
Example #2
0
 public static extern bool SetThreadContext([MarshalAs(UnmanagedType.SysInt)] IntPtr hThread, _CONTEXT *pContext);