WSD_EVENTING_FILTER_ACTION structure (wsdtypes.h)

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

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header wsdtypes.h (include Wsdapi.h)