|
ReactOS 0.4.16-dev-1946-g52006dd
|


Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 420 of file cordebug.idl.
| 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 | ||
| ) |
| HRESULT ICorDebug::DebugActiveProcess | ( | [in] DWORD | id, |
| [in] BOOL | win32Attach, | ||
| [out] ICorDebugProcess ** | ppProcess | ||
| ) |
| HRESULT ICorDebug::EnumerateProcesses | ( | [out] ICorDebugProcessEnum ** | ppProcess | ) |
| HRESULT ICorDebug::GetProcess | ( | [in] DWORD | dwProcessId, |
| [out] ICorDebugProcess ** | ppProcess | ||
| ) |
| HRESULT ICorDebug::Initialize | ( | ) |
| HRESULT ICorDebug::SetManagedHandler | ( | [in] ICorDebugManagedCallback * | pCallback | ) |
| HRESULT ICorDebug::SetUnmanagedHandler | ( | [in] ICorDebugUnmanagedCallback * | pCallback | ) |
| HRESULT ICorDebug::Terminate | ( | ) |