ReactOS 0.4.15-dev-7953-g1f49173
ICorDebug Interface Reference
Inheritance diagram for ICorDebug:
Collaboration diagram for ICorDebug:

Public Member Functions

HRESULT Initialize ()
 
HRESULT Terminate ()
 
HRESULT SetManagedHandler ([in] ICorDebugManagedCallback *pCallback)
 
HRESULT SetUnmanagedHandler ([in] ICorDebugUnmanagedCallback *pCallback)
 
HRESULT CreateProcess ([in] LPCWSTR lpApplicationName, [in] LPWSTR lpCommandLine, [in] LPSECURITY_ATTRIBUTES lpProcessAttributes, [in] LPSECURITY_ATTRIBUTES lpThreadAttributes, [in] BOOL bInheritHandles, [in] DWORD dwCreationFlags, [in] PVOID lpEnvironment, [in] LPCWSTR lpCurrentDirectory, [in] LPSTARTUPINFOW lpStartupInfo, [in] LPPROCESS_INFORMATION lpProcessInformation, [in] CorDebugCreateProcessFlags debuggingFlags, [out] ICorDebugProcess **ppProcess)
 
HRESULT DebugActiveProcess ([in] DWORD id, [in] BOOL win32Attach, [out] ICorDebugProcess **ppProcess)
 
HRESULT EnumerateProcesses ([out] ICorDebugProcessEnum **ppProcess)
 
HRESULT GetProcess ([in] DWORD dwProcessId, [out] ICorDebugProcess **ppProcess)
 
HRESULT CanLaunchOrAttach ([in] DWORD dwProcessId, [in] BOOL win32DebuggingEnabled)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 420 of file cordebug.idl.

Member Function Documentation

◆ CanLaunchOrAttach()

HRESULT ICorDebug::CanLaunchOrAttach ( [in] DWORD  dwProcessId,
[in] BOOL  win32DebuggingEnabled 
)

◆ CreateProcess()

HRESULT ICorDebug::CreateProcess ( [in] LPCWSTR  lpApplicationName,
[in] LPWSTR  lpCommandLine,
[in] LPSECURITY_ATTRIBUTES  lpProcessAttributes,
[in] LPSECURITY_ATTRIBUTES  lpThreadAttributes,
[in] BOOL  bInheritHandles,
[in] DWORD  dwCreationFlags,
[in] PVOID  lpEnvironment,
[in] LPCWSTR  lpCurrentDirectory,
[in] LPSTARTUPINFOW  lpStartupInfo,
[in] LPPROCESS_INFORMATION  lpProcessInformation,
[in] CorDebugCreateProcessFlags  debuggingFlags,
[out] ICorDebugProcess **  ppProcess 
)

◆ DebugActiveProcess()

HRESULT ICorDebug::DebugActiveProcess ( [in] DWORD  id,
[in] BOOL  win32Attach,
[out] ICorDebugProcess **  ppProcess 
)

◆ EnumerateProcesses()

HRESULT ICorDebug::EnumerateProcesses ( [out] ICorDebugProcessEnum **  ppProcess)

◆ GetProcess()

HRESULT ICorDebug::GetProcess ( [in] DWORD  dwProcessId,
[out] ICorDebugProcess **  ppProcess 
)

◆ Initialize()

HRESULT ICorDebug::Initialize ( )

◆ SetManagedHandler()

HRESULT ICorDebug::SetManagedHandler ( [in] ICorDebugManagedCallback pCallback)

◆ SetUnmanagedHandler()

HRESULT ICorDebug::SetUnmanagedHandler ( [in] ICorDebugUnmanagedCallback pCallback)

◆ Terminate()

HRESULT ICorDebug::Terminate ( )

The documentation for this interface was generated from the following file: