IMetaDataTables::GetColumn method (rometadataapi.h)
Gets a pointer to the value contained in the cell of the specified column and row in the given table.
Syntax
HRESULT GetColumn(
[in] ULONG ixTbl,
[in] ULONG ixCol,
[in] ULONG rid,
[out] ULONG *pVal
);
Parameters
[in] ixTbl
The index of the table.
[in] ixCol
The index of the column in the table.
[in] rid
The index of the row in the table.
[out] pVal
A pointer to the value in the cell.
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 |