コード例 #1
0
ファイル: SOSHost.cs プロジェクト: nissims/diagnostics
 internal unsafe int GetLastEventInformation(
     IntPtr self,
     DEBUG_EVENT *type,
     uint *processId,
     uint *threadId,
     IntPtr extraInformation,
     uint extraInformationSize,
     uint *extraInformationUsed,
     StringBuilder description,
     uint descriptionSize,
     uint *descriptionUsed)
 {
     // Should never be called. This exception will take down the program.
     throw new NotImplementedException("GetLastEventInformation");
 }
コード例 #2
0
 private static extern unsafe Int32 WaitForDebugEventEx(
     DEBUG_EVENT *lpDebugEvent,
     UInt32 dwMilliseconds);