WSD_EVENTING_FILTER
Other versions of this page are also available for the following:
8/28/2008
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 |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |