Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
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 |