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::GetString method
Gets the string at the specified index from the table column in the current reference scope.
Syntax
HRESULT GetString(
[in] ULONG ixString,
[out] LPCSTR *ppString
);
Parameters
- ixString [in]
-
The index at which to start to search for the next value.
- ppString [out]
-
A pointer to a pointer to the returned string value.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
IDL |
|
|---|
See also
Show: