IMetaDataTables::GetRow Method

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

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

Parameters

  • ixTbl
    [in] The index of the table from which the row will be retrieved.

  • rid
    [in] The index of the row to get.

  • ppRow
    [out] A pointer to a pointer to the row.

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

Platforms: See .NET Framework System Requirements.

Header: Cor.h

Library: Used as a resource in MsCorEE.dll

**.NET Framework Versions **4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

See Also

Reference

IMetaDataTables Interface

IMetaDataTables2 Interface