Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 1.6 KB

imetadatatables-getcodedtokeninfo-method.md

File metadata and controls

62 lines (47 loc) · 1.6 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: IMetaDataTables::GetCodedTokenInfo Method
IMetaDataTables::GetCodedTokenInfo Method
03/30/2017
IMetaDataTables.GetCodedTokenInfo
mscoree.dll
COM
IMetaDataTables::GetCodedTokenInfo
GetCodedTokenInfo method [.NET Framework metadata]
IMetaDataTables::GetCodedTokenInfo method [.NET Framework metadata]
31214d3a-715e-49af-92b3-0fd11e4f218a
apiref

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] ULONG       **ppTokens,  
    [out] const char  **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.

Requirements

Platforms: See System Requirements.

Header: Cor.h

Library: Used as a resource in MsCorEE.dll

.NET Framework Versions: [!INCLUDEnet_current_v20plus]

See also