Edit

Share via


IMetaDataImport::ResetEnum Method

Resets the specified enumerator to the specified position.

Syntax

HRESULT ResetEnum (
   [in] HCORENUM    hEnum,
   [in] ULONG       ulPos
);

Parameters

hEnum [in] The enumerator to reset.

ulPos [in] The new position at which to place the enumerator.

Requirements

Platforms: See .NET supported operating systems.

Header: Cor.h

Library: CorGuids.lib

See also