EnumCustomAttributes Method
Retrieves assembly-level custom attributes.
HRESULT EnumCustomAttributes(
HALINKENUM hEnum,
mdToken tkType,
mdCustomAttribute rCustomValues[],
ULONG cMax,
ULONG* pcCustomValues
) PURE;
Parameters
- hEnum
Handle of enumerator.
- tkType
Type of attributes to be enumerated. UsemdTokenNill
for all attributes.
- rCustomValues
Receives custom attributes tokens.
- cMax
Specifies size ofrCustomValues
array.
- pcCustomValues
Optionally receives count of token values.
Return Value
Returns S_OK if the method succeeds.
Requirements
Requires alink.h
See Also
Concepts
ALink API (Unmanaged API Reference)