IMetaDataTables::GetUserString method (rometadataapi.h)
Gets the hard-coded string at the specified index in the string column in the current scope.
Syntax
HRESULT GetUserString(
[in] ULONG ixUserString,
[out] ULONG *pcbData,
[out] const BYTE **ppData
);
Parameters
[in] ixUserString
The index value from which the hard-coded string will be retrieved.
[out] pcbData
A pointer to the size of ppData.
[out] ppData
A pointer to a pointer to the returned string.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | rometadataapi.h |