For each Event Category, GetReturnedAttributes retrieves the attributes which are currently specified to be
returned with event notifications in the OnEvent callback.
All retrieved attributes have been specified by previous calls to SelectReturnedAttributes.
Syntax
Parameters
- eventCategory
- The specific event category for which to retrieve the list of attributes.
- count
- The size of the attribute IDs array which is being returned. Is set to zero if no
attributes are currently specified.
- attributeIDs
- The list IDs of the attributes which are currently specified to be returned
with event notifications for the event type and event category specified.
Return Value
HResult success/error code
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also