IMetaDataTables::GetUserString Method
Gets the hard-coded string at the specified index in the string column in the current scope.
HRESULT GetUserString (
[in] ULONG ixUserString,
[out] ULONG *pcbData,
[out] const void **ppData
);
Parameters
Parameter | Description |
---|---|
ixUserString |
[in] The index value from which the hard-coded string will be retrieved. |
pcbData |
[out] A p;ointer to the size of ppData. |
ppData |
[out] A pointer to a pointer to the returned string. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: Cor.h
Library: Used as a resource in Mscoree.dll
.NET Framework Version: 2.0, 1.1, 1.0