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::GetCodedTokenInfo method
Gets a pointer to an array of tokens associated with the specified row index.
Syntax
HRESULT GetCodedTokenInfo( [in] ULONG ixCdTkn, [out] ULONG *pcTokens, [out, size_is(, *pcTokens)] const ULONG **ppTokens, [out] LPCSTR *ppName );
Parameters
- ixCdTkn [in]
-
The kind of coded token to return.
- pcTokens [out]
-
A pointer to the length of ppTokens.
- ppTokens [out]
-
A pointer to a pointer to an array that contains the list of returned tokens.
- ppName [out]
-
A pointer to a pointer to the name of the token at ixCdTkn.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
|
IDL |
|
|---|
See also
Show: