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::GetColumn method
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
- ixTbl [in]
-
The index of the table.
- ixCol [in]
-
The index of the column in the table.
- rid [in]
-
The index of the row in the table.
- pVal [out]
-
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
|
IDL |
|
|---|
See also
Show: