Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |