ReactOS 0.4.15-dev-7918-g2a2556c
ICorDebugEditAndContinueSnapshot Interface Reference
Inheritance diagram for ICorDebugEditAndContinueSnapshot:
Collaboration diagram for ICorDebugEditAndContinueSnapshot:

Public Member Functions

HRESULT CopyMetaData ([in] IStream *pIStream, [out] GUID *pMvid)
 
HRESULT GetMvid ([out] GUID *pMvid)
 
HRESULT GetRoDataRVA ([out] ULONG32 *pRoDataRVA)
 
HRESULT GetRwDataRVA ([out] ULONG32 *pRwDataRVA)
 
HRESULT SetPEBytes ([in] IStream *pIStream)
 
HRESULT SetILMap ([in] mdToken mdFunction, [in] ULONG cMapSize, [in] COR_IL_MAP map[])
 
HRESULT SetPESymbolBytes ([in] IStream *pIStream)
 
- 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 857 of file cordebug.idl.

Member Function Documentation

◆ CopyMetaData()

HRESULT ICorDebugEditAndContinueSnapshot::CopyMetaData ( [in] IStream pIStream,
[out] GUID pMvid 
)

◆ GetMvid()

HRESULT ICorDebugEditAndContinueSnapshot::GetMvid ( [out] GUID pMvid)

◆ GetRoDataRVA()

HRESULT ICorDebugEditAndContinueSnapshot::GetRoDataRVA ( [out] ULONG32 pRoDataRVA)

◆ GetRwDataRVA()

HRESULT ICorDebugEditAndContinueSnapshot::GetRwDataRVA ( [out] ULONG32 pRwDataRVA)

◆ SetILMap()

HRESULT ICorDebugEditAndContinueSnapshot::SetILMap ( [in] mdToken  mdFunction,
[in] ULONG  cMapSize,
[in] COR_IL_MAP  map[] 
)

◆ SetPEBytes()

HRESULT ICorDebugEditAndContinueSnapshot::SetPEBytes ( [in] IStream pIStream)

◆ SetPESymbolBytes()

HRESULT ICorDebugEditAndContinueSnapshot::SetPESymbolBytes ( [in] IStream pIStream)

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