The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IMetaDataTables::GetUserString method
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, size_is(, *pcbData)] const BYTE **ppData );
Parameters
- ixUserString [in]
-
The index value from which the hard-coded string will be retrieved.
- pcbData [out]
-
A pointer to the size of ppData.
- ppData [out]
-
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
|
IDL |
|
|---|
See also
Show: