Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "DEBUG_EVENT" in [All]

kernel32

.

public static extern bool WaitForDebugEvent(ref DEBUG_EVENT lpDebugEvent, uint dwMilliseconds );

.

DEBUG_EVENT

.

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.

Structures

.
Summary
.
Summary
.

    UNLOAD_DLL_DEBUG_EVENT = 7,

.

    LOAD_DLL_DEBUG_EVENT = 6,

.

    EXIT_PROCESS_DEBUG_EVENT = 5,

.

    EXIT_THREAD_DEBUG_EVENT = 4,

.

    CREATE_PROCESS_DEBUG_EVENT = 3,

.

    CREATE_THREAD_DEBUG_EVENT = 2,

.

    EXCEPTION_DEBUG_EVENT = 1,

.

  public struct DEBUG_EVENT

.
Documentation
[DEBUG_EVENT] on MSDN
.
Summary
.
Summary
.
Summary
.
Summary
.
Summary
.
Summary
.
Summary

 
Access PInvoke.net directly from VS: