ReactOS 0.4.16-dev-1040-g85afe48
|
Additional Inherited Members | |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Definition at line 874 of file cordebug.idl.
HRESULT ICorDebugModule::CreateBreakpoint | ( | [out] ICorDebugModuleBreakpoint ** | ppBreakpoint | ) |
HRESULT ICorDebugModule::GetAssembly | ( | [out] ICorDebugAssembly ** | ppAssembly | ) |
HRESULT ICorDebugModule::GetBaseAddress | ( | [out] CORDB_ADDRESS * | pAddress | ) |
HRESULT ICorDebugModule::GetClassFromToken | ( | [in] mdTypeDef | typeDef, |
[out] ICorDebugClass ** | ppClass | ||
) |
HRESULT ICorDebugModule::GetEditAndContinueSnapshot | ( | [out] ICorDebugEditAndContinueSnapshot ** | ppEditAndContinueSnapshot | ) |
HRESULT ICorDebugModule::GetFunctionFromRVA | ( | [in] CORDB_ADDRESS | rva, |
[out] ICorDebugFunction ** | ppFunction | ||
) |
HRESULT ICorDebugModule::GetFunctionFromToken | ( | [in] mdMethodDef | methodDef, |
[out] ICorDebugFunction ** | ppFunction | ||
) |
HRESULT ICorDebugModule::GetGlobalVariableValue | ( | [in] mdFieldDef | fieldDef, |
[out] ICorDebugValue ** | ppValue | ||
) |
HRESULT ICorDebugModule::GetName | ( | [in] ULONG32 | cchName, |
[out] ULONG32 * | pcchName, | ||
[out] WCHAR | szName[] | ||
) |
HRESULT ICorDebugModule::GetProcess | ( | [out] ICorDebugProcess ** | ppProcess | ) |