Skip to content

Latest commit

 

History

History
87 lines (66 loc) · 2.38 KB

nf-rometadataapi-imetadatatables-getcolumninfo.md

File metadata and controls

87 lines (66 loc) · 2.38 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:rometadataapi.IMetaDataTables.GetColumnInfo
IMetaDataTables::GetColumnInfo (rometadataapi.h)
Gets data about the specified column in the specified table.
GetColumnInfo
GetColumnInfo method [Windows Runtime]
GetColumnInfo method [Windows Runtime]
IMetaDataTables interface
IMetaDataTables interface [Windows Runtime]
GetColumnInfo method
IMetaDataTables.GetColumnInfo
IMetaDataTables::GetColumnInfo
rometadataapi/IMetaDataTables::GetColumnInfo
winrt.imetadatatables_getcolumninfo
winrt\imetadatatables_getcolumninfo.htm
WinRT
aea7944a-87db-496c-869d-e9e2fa87e9af
12/05/2018
GetColumnInfo, GetColumnInfo method [Windows Runtime], GetColumnInfo method [Windows Runtime],IMetaDataTables interface, IMetaDataTables interface [Windows Runtime],GetColumnInfo method, IMetaDataTables.GetColumnInfo, IMetaDataTables::GetColumnInfo, rometadataapi/IMetaDataTables::GetColumnInfo, winrt.imetadatatables_getcolumninfo
rometadataapi.h
Windows
Rometadataapi.idl
Windows
19H1
IMetaDataTables::GetColumnInfo
rometadataapi/IMetaDataTables::GetColumnInfo
c++
APIRef
kbSyntax
COM
rometadataapi.h
IMetaDataTables.GetColumnInfo

IMetaDataTables::GetColumnInfo

-description

Gets data about the specified column in the specified table.

-parameters

-param ixTbl [in]

The index of the desired table.

-param ixCol [in]

The index of the desired column.

-param poCol [out]

A pointer to the offset of the column in the row.

-param pcbCol [out]

A pointer to the size, in bytes, of the column.

-param pType [out]

A pointer to the type of the values in the column.

-param ppName [out]

A pointer to a pointer to the column name.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

IMetaDataTables