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.
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
See Also