IMetaDataTables::GetCodedTokenInfo method (rometadataapi.h)
Gets a pointer to an array of tokens associated with the specified row index.
Syntax
HRESULT GetCodedTokenInfo(
[in] ULONG ixCdTkn,
[out] ULONG *pcTokens,
[out] const ULONG **ppTokens,
[out] LPCSTR *ppName
);
Parameters
[in] ixCdTkn
The kind of coded token to return.
[out] pcTokens
A pointer to the length of ppTokens.
[out] ppTokens
A pointer to a pointer to an array that contains the list of returned tokens.
[out] ppName
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
Requirement | Value |
---|---|
Target Platform | Windows |
Header | rometadataapi.h |