ReactOS 0.4.16-dev-1041-g8b6907f
|
Additional Inherited Members | |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Definition at line 227 of file cordebug.idl.
HRESULT ICorDebugProcess::EnumerateAppDomains | ( | [out] ICorDebugAppDomainEnum ** | ppAppDomains | ) |
HRESULT ICorDebugProcess::EnumerateObjects | ( | [out] ICorDebugObjectEnum ** | ppObjects | ) |
HRESULT ICorDebugProcess::GetObject | ( | [out] ICorDebugValue ** | ppObject | ) |
HRESULT ICorDebugProcess::GetThread | ( | [in] DWORD | dwThreadId, |
[out] ICorDebugThread ** | ppThread | ||
) |
HRESULT ICorDebugProcess::GetThreadContext | ( | [in] DWORD | threadID, |
[in] ULONG32 | contextSize, | ||
[in, out] BYTE | context[] | ||
) |
HRESULT ICorDebugProcess::IsTransitionStub | ( | [in] CORDB_ADDRESS | address, |
[out] BOOL * | pbTransitionStub | ||
) |
HRESULT ICorDebugProcess::ReadMemory | ( | [in] CORDB_ADDRESS | address, |
[in] DWORD | size, | ||
[out] BYTE | buffer[], | ||
[out] SIZE_T * | read | ||
) |
HRESULT ICorDebugProcess::SetThreadContext | ( | [in] DWORD | threadID, |
[in] ULONG32 | contextSize, | ||
[in] BYTE | context[] | ||
) |
HRESULT ICorDebugProcess::ThreadForFiberCookie | ( | [in] DWORD | fiberCookie, |
[out] ICorDebugThread ** | ppThread | ||
) |
HRESULT ICorDebugProcess::WriteMemory | ( | [in] CORDB_ADDRESS | address, |
[in] DWORD | size, | ||
[in] BYTE | buffer[], | ||
[out] SIZE_T * | written | ||
) |