EnumCustomAttributes Method

Retrieves assembly-level custom attributes.

Syntax

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. Use mdTokenNill for all attributes.

rCustomValues
Receives custom attributes tokens.

cMax
Specifies size of rCustomValues array.

pcCustomValues
Optionally receives count of token values.

Return Value

Returns S_OK if the method succeeds.

Requirements

Requires alink.h

See also