Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a string containing the description of this Managed Debugging Assistant (MDA).
HRESULT GetDescription (
[in] ULONG32 cchName,
[out] ULONG32 *pcchName,
[out, size_is(cchName), length_is(*pcchName)]
WCHAR szName[]
);
Parameters
| Parameter | Description |
|---|---|
cchName |
[in] The size of the string buffer that will store the description. |
pcchName |
[out] A pointer to the number of bytes returned in the string buffer. |
szName |
[out] A string buffer containing the description of the MDA. |
Remarks
The string can be zero-length.
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: CorDebug.idl
Library: CorGuids.lib
.NET Framework Version: 2.0