DANSrvAE Reference
GetReturnedAttributes Method
See Also  Send comments on this topic.
NSPlugin Assembly > NSPlugin Namespace > EventSubscription Class : GetReturnedAttributes Method

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.

Glossary Item Box

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

Visual Basic (Declaration) 
Public Function GetReturnedAttributes( _
   ByVal eventCategory As Integer, _
   ByRef count As Integer, _
   ByRef attributeIDs As Integer() _
) As Integer
C# 
public int GetReturnedAttributes( 
   int eventCategory,
   out int count,
   out int[] attributeIDs
)

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

© 2004-2017 Advosol Inc. All Rights Reserved.