Partager via


WSD_EVENTING_FILTER_ACTION (Windows Embedded CE 6.0)

1/6/2010

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