Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IMetaDataImport::CloseEnum method

Closes the enumerator that is identified by the specified handle.

Syntax


void CloseEnum(
  [in] HCORENUM hEnum
);

Parameters

hEnum [in]

The handle of the enumerator to close.

Return value

This method does not return a value.

Remarks

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

Requirements

IDL

Rometadataapi.idl

See also

IMetaDataImport

 

 

Show:
© 2017 Microsoft