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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.