Share via


IMetaDataImport::EnumTypeSpecs Method

Enumerates TypeSpec tokens defined in the current metadata scope.

HRESULT EnumTypeSpecs (
    HCORENUM    *phEnum,
    mdTypeSpec  rTypeSpecs[],
    ULONG       cMax,
    ULONG       *pcTypeSpecs
);

Parameters

Parameter Description

phEnum

[in, out] A pointer to the enumerator. This value must be NULL for the first call of this method.

rTypeSpecs

[out] The array used to store the TypeSpec tokens.

cMax

[in] The maximum size of the rTypeSpecs array.

pcTypeSpecs

[out] The number of TypeSpec tokens returned in rTypeSpecs.

Return Value

HRESULT Description

S_OK

EnumTypeSpecs returned successfully.

S_FALSE

There are no tokens to enumerate. In that case, pcTypeSpecs is zero.

Remarks

The TypeSpec tokens are created by the IMetaDataEmit::GetTokenFromTypeSpec Method method.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: Cor.h

Library: Included as a resource in Mscoree.dll

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Reference

IMetaDataImport Interface
IMetaDataImport2 Interface