IMetaDataImport::CloseEnum method (rometadataapi.h)

Closes the enumerator that is identified by the specified handle.

Syntax

void CloseEnum(
  [in] HCORENUM hEnum
);

Parameters

[in] hEnum

The handle of the enumerator to close.

Return value

None

Remarks

The handle specified by hEnum is obtained from a previous EnumName call (for example, IMetaDataImport::EnumTypeDefs).

Requirements

Requirement Value
Target Platform Windows
Header rometadataapi.h

See also

IMetaDataImport