- iid
GUID iid;
Undocumented in source.
- AddPIDToIgnore
HRESULT AddPIDToIgnore(GUID* guidEngine, DWORD dwPid)
Undocumented in source.
- RemovePIDToIgnore
HRESULT RemovePIDToIgnore(GUID* guidEngine, DWORD dwPid)
Undocumented in source.
- AddPIDToDebug
HRESULT AddPIDToDebug(GUID* guidEngine, DWORD dwPid)
Undocumented in source.
- RemovePIDToDebug
HRESULT RemovePIDToDebug(GUID* guidEngine, DWORD dwPid)
Undocumented in source.
- DYNDEBUGFLAGS
alias DYNDEBUGFLAGS = DWORD
Undocumented in source.
- DYNDEBUG_ATTACH
anonymousenum DYNDEBUG_ATTACH
Undocumented in source.
- enum_DYNDEBUGFLAGS
alias enum_DYNDEBUGFLAGS = int
Undocumented in source.
- SetDynamicDebuggingFlags
HRESULT SetDynamicDebuggingFlags(GUID* guidEngine, DYNDEBUGFLAGS dwFlags)
Undocumented in source.
- GetDynamicDebuggingFlags
HRESULT GetDynamicDebuggingFlags(GUID* guidEngine, DYNDEBUGFLAGS* pdwFlags)
Undocumented in source.
- SetDefaultJITServer
HRESULT SetDefaultJITServer(CLSID* clsidJITServer)
Undocumented in source.
- GetDefaultJITServer
HRESULT GetDefaultJITServer(CLSID* pClsidJITServer)
Undocumented in source.
- RegisterJITDebugEngines
HRESULT RegisterJITDebugEngines(CLSID* clsidJITServer, GUID* arrguidEngines, BOOL* arrRemoteFlags, DWORD celtEngs, BOOL fRegister)
Undocumented in source.
- S_UNKNOWN
enum DWORD S_UNKNOWN;
Undocumented in source.
- CanDebugPID
HRESULT CanDebugPID(GUID* guidEngine, DWORD pid)
Undocumented in source.