Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This structure represents a boolean expression used for filtering events
Syntax
typedef struct _WSD_EVENTING_FILTER_ACTION {
WSD_URI_LIST* Actions;
} WSD_EVENTING_FILTER_ACTION;
Members
- Actions
Reference to a WSD_URI_LIST structure that specifies the URIs used for filtering notifications.
Remarks
For more information about the evaluation of action filters, see Section 6.1.1, Filtering, in the Device Profile for Web Services specification.
Requirements
Header |
wsdapi.h |
Library |
wsdapi.lib |