Share via


WSD_EVENTING_FILTER (Compact 2013)

3/26/2014

This structure represents an event filter used in WS-Eventing Subscribe messages.

Syntax

typedef struct _WSD_EVENTING_FILTER {
  const WCHAR* Dialect;
  void* Data;
} WSD_EVENTING_FILTER;

Members

  • Dialect
    Specifies the language or dialect use to represent the boolean expression used by the filter.

    Value

    Meaning

    https://schemas.xmlsoap.org/ws/2006/02/devprof/Action

    The boolean expression uses the Action filter dialect.

  • Data
    A reference to the expression used for filtering.

Requirements

Header

wsdapi.h

Library

wsdapi.lib

See Also

Reference

Web Services on Devices Structures