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 |
|
|---|
See also
Show: