IMetaDataImport::EnumEvents 方法 (rometadataapi.h)
枚举指定的 TypeDef 标记的事件定义标记。
语法
HRESULT EnumEvents(
[in, out] HCORENUM *phEnum,
[in] mdTypeDef tkTypDef,
[out] mdEvent [] rgEvents,
[in] ULONG cMax,
[out] ULONG *pcEvents
);
参数
[in, out] phEnum
指向枚举器的指针。
[in] tkTypDef
要枚举其事件定义的 TypeDef 标记。
[out] rgEvents
返回的事件数组。
[in] cMax
rgEvents 数组的最大大小。
[out] pcEvents
在 rgEvents 中返回的实际事件数。
返回值
HRESULT | 说明 |
---|---|
S_OK | 已成功返回 EnumEvents 。 |
S_FALSE | 没有要枚举的事件。 在这种情况下, pcEvents 为零。 |
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | rometadataapi.h |