ReactOS 0.4.16-dev-1044-ga6558c0
|
Public Member Functions | |
HRESULT | GetRegistersAvailable ([out] ULONG64 *pAvailable) |
HRESULT | GetRegisters ([in] ULONG64 mask, [in] ULONG32 regCount, [out] CORDB_REGISTER regBuffer[]) |
HRESULT | SetRegisters ([in] ULONG64 mask, [in] ULONG32 regCount, [in] CORDB_REGISTER regBuffer[]) |
HRESULT | GetThreadContext ([in] ULONG32 contextSize, [in, out] BYTE context[]) |
HRESULT | SetThreadContext ([in] ULONG32 contextSize, [in] BYTE context[]) |
![]() | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Definition at line 743 of file cordebug.idl.
Definition at line 745 of file cordebug.idl.
HRESULT ICorDebugRegisterSet::GetRegisters | ( | [in] ULONG64 | mask, |
[in] ULONG32 | regCount, | ||
[out] CORDB_REGISTER | regBuffer[] | ||
) |
HRESULT ICorDebugRegisterSet::GetThreadContext | ( | [in] ULONG32 | contextSize, |
[in, out] BYTE | context[] | ||
) |
HRESULT ICorDebugRegisterSet::SetRegisters | ( | [in] ULONG64 | mask, |
[in] ULONG32 | regCount, | ||
[in] CORDB_REGISTER | regBuffer[] | ||
) |