.
Summary
Used by [WaitForDebugEvent]. Not tested in 64bit environments.
8/4/2016 1:21:15 PM - -88.159.64.74
.
Summary
Used by [WaitForDebugEvent]. Not tested in 64bit environments.
8/4/2016 1:21:15 PM - -88.159.64.74
.
public struct DEBUG_EVENT
.
Documentation
[DEBUG_EVENT] on MSDN
.
Summary
Used by [WaitForDebugEvent]. Not tested in 64bit environments.
8/4/2016 1:21:15 PM - -88.159.64.74
.
Summary
Used by [WaitForDebugEvent]. Not tested in 64bit environments.
8/4/2016 1:21:15 PM - -88.159.64.74
.
Summary
Used by [WaitForDebugEvent]. Not tested in 64bit environments.
8/4/2016 1:21:15 PM - -88.159.64.74
.
Summary
Used by [WaitForDebugEvent]. Not tested in 64bit environments.
8/4/2016 1:21:15 PM - -88.159.64.74
.
Summary
Used by [WaitForDebugEvent]. Not tested in 64bit environments.
8/4/2016 1:21:15 PM - -88.159.64.74
.
Summary
Used by [WaitForDebugEvent]. Not tested in 64bit environments.
8/4/2016 1:21:15 PM - -88.159.64.74
.
Summary
Used by [WaitForDebugEvent]. Not tested in 64bit environments.
8/4/2016 1:21:15 PM - -88.159.64.74
.
public static extern bool WaitForDebugEvent(ref DEBUG_EVENT lpDebugEvent, uint dwMilliseconds );
.
DEBUG_EVENT
Used by [WaitForDebugEvent]. Not tested in 64bit environments.
8/4/2016 1:21:15 PM - -88.159.64.74
.
Wrapping WaitForDebugEvent is very hard, because you need to wrap DEBUG_EVENT, which is a large tagged variant structure. It's especially hard to make the wrappers work on both 32-bit and 64-bit because DEBUG_EVENT has different definitions on each platform.
The WaitForDebugEvent API
8/4/2016 3:26:08 PM - camillo.belotti@gmail.com-151.64.147.157