ReactOS 0.4.15-dev-7953-g1f49173
ICorDebugMDA Interface Reference
Inheritance diagram for ICorDebugMDA:
Collaboration diagram for ICorDebugMDA:

Public Types

enum  CorDebugMDAFlags { MDA_FLAG_SLIP = 0x2 }
 
typedef enum ICorDebugMDA::CorDebugMDAFlags CorDebugMDAFlags
 
- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Public Member Functions

HRESULT GetName ([in] ULONG32 cchName, [out] ULONG32 *pcchName, [out] WCHAR szName[])
 
HRESULT GetDescription ([in] ULONG32 cchName, [out] ULONG32 *pcchName, [out] WCHAR szName[])
 
HRESULT GetXML ([in] ULONG32 cchName, [out] ULONG32 *pcchName, [out] WCHAR szName[])
 
HRESULT GetFlags ([in] CorDebugMDAFlags *pFlags)
 
HRESULT GetOSThreadId ([out] DWORD *pOsTid)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Detailed Description

Definition at line 1025 of file cordebug.idl.

Member Typedef Documentation

◆ CorDebugMDAFlags

Member Enumeration Documentation

◆ CorDebugMDAFlags

Enumerator
MDA_FLAG_SLIP 

Definition at line 1033 of file cordebug.idl.

1034 {
1035 MDA_FLAG_SLIP = 0x2

Member Function Documentation

◆ GetDescription()

HRESULT ICorDebugMDA::GetDescription ( [in] ULONG32  cchName,
[out] ULONG32 pcchName,
[out] WCHAR  szName[] 
)

◆ GetFlags()

HRESULT ICorDebugMDA::GetFlags ( [in] CorDebugMDAFlags pFlags)

◆ GetName()

HRESULT ICorDebugMDA::GetName ( [in] ULONG32  cchName,
[out] ULONG32 pcchName,
[out] WCHAR  szName[] 
)

◆ GetOSThreadId()

HRESULT ICorDebugMDA::GetOSThreadId ( [out] DWORD pOsTid)

◆ GetXML()

HRESULT ICorDebugMDA::GetXML ( [in] ULONG32  cchName,
[out] ULONG32 pcchName,
[out] WCHAR  szName[] 
)

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