ReactOS 0.4.15-dev-8092-ge0ba2f3
ICorDebugEditAndContinueErrorInfo Interface Reference
Inheritance diagram for ICorDebugEditAndContinueErrorInfo:
Collaboration diagram for ICorDebugEditAndContinueErrorInfo:

Public Member Functions

HRESULT GetModule ([out] ICorDebugModule **ppModule)
 
HRESULT GetToken ([out]mdToken *pToken)
 
HRESULT GetErrorCode ([out]HRESULT *pHr)
 
HRESULT GetString ([in] ULONG32 cchString, [out] ULONG32 *pcchString, [out] WCHAR szString[])
 
- 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 960 of file cordebug.idl.

Member Function Documentation

◆ GetErrorCode()

HRESULT ICorDebugEditAndContinueErrorInfo::GetErrorCode ( [out] HRESULT pHr)

◆ GetModule()

HRESULT ICorDebugEditAndContinueErrorInfo::GetModule ( [out] ICorDebugModule **  ppModule)

◆ GetString()

HRESULT ICorDebugEditAndContinueErrorInfo::GetString ( [in] ULONG32  cchString,
[out] ULONG32 pcchString,
[out] WCHAR  szString[] 
)

◆ GetToken()

HRESULT ICorDebugEditAndContinueErrorInfo::GetToken ( [out] mdToken pToken)

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