WSD_EVENTING_FILTER structure (wsdtypes.h)

Represents an event filter used in WS-Eventing Subscribe messages.

Syntax

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

Members

Dialect

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

Value Meaning
http://schemas.xmlsoap.org/ws/2006/02/devprof/Action
The boolean expression uses the Action filter dialect.

FilterAction

Data

A reference to the expression used for filtering.

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)