IMetaDataTables::GetNextGuid method (rometadataapi.h)
Gets the index of the next GUID value in the current table column.
Syntax
HRESULT GetNextGuid(
[in] ULONG ixGuid,
[out] ULONG *pNext
);
Parameters
[in] ixGuid
The index value from a GUID table column.
[out] pNext
A pointer to the index of the next GUID value.
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". For more info, see ECMA C# and Common Language Infrastructure Standards and Standard ECMA-335 - Common Language Infrastructure (CLI) on the Ecma International Web site.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | rometadataapi.h |