Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Enumerates InterfaceImpl tokens representing interface implementations.
Syntax
HRESULT EnumInterfaceImpls(
[in, out] HCORENUM *phEnum,
[in] mdTypeDef td,
[out] mdInterfaceImpl [] rImpls,
[in] ULONG cMax,
[out, retval] ULONG *pcImpls
);
Parameters
[in, out] phEnum
A pointer to the enumerator.
[in] td
The token of the TypeDef whose InterfaceImpl tokens representing interface implementations are to be enumerated.
[out] rImpls
The array used to store the InterfaceImpl tokens.
[in] cMax
The maximum size of the rImpls array.
[out, retval] pcImpls
The actual number of tokens returned in rImpls.
Return value
| HRESULT | Description |
|---|---|
| S_OK | EnumInterfaceImpls returned successfully. |
| S_FALSE | There are no InterfaceImpl tokens to enumerate. In this case, pcImpls is 0 (zero). |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | rometadataapi.h |