IMetaDataTables::GetRow method (rometadataapi.h)

Gets the row at the specified row index, in the table at the specified table index.

Syntax

HRESULT GetRow(
  [in]  ULONG      ixTbl,
  [in]  ULONG      rid,
  [out] const BYTE *ppRow
);

Parameters

[in] ixTbl

The index of the table from which the row will be retrieved.

[in] rid

The index of the row to get.

[out] ppRow

A pointer to a pointer to the row.

Return value

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

Remarks

We do not recommend the use of this method, because it does not return consistent results. For information about the GUID table, see the Common Language Infrastructure (CLI) documentation, especially "Partition II: Metadata Definition and Semantics". The documentation is available online; see ECMA C# and Common Language Infrastructure Standards on MSDN and Standard ECMA-335 - Common Language Infrastructure (CLI) on the Ecma International Web site.

Requirements

Requirement Value
Target Platform Windows
Header rometadataapi.h

See also

IMetaDataTables