Share via


WSD_EVENTING_FILTER_ACTION

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

Web Services on Devices Structures