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
The Web proxy calls this function to signal a particular event's filter.
Syntax
DWORD ProxySignalFilter(
DWORD dwSignal
);
Parameters
- dwSignal
[in] Specifies signal-specific information to be passed to the filter.
Return Value
ERROR_SUCCESS indicates success. A nonzero error value indicates failure.
Remarks
The user interface (UI) to configure a proxy filter can send the IOCTL_SERVICE_PRX_SIGNAL_FILTER IOCTL to the Web proxy service to signal the filter of an event through ProxySignalFilter. The pBufIn parameter of the IOCTL is passed to ProxySignalFilter as the dwSignal parameter.
Requirements
| Header | webproxy.h |
| Library | Developer Implemented |
| Windows Embedded CE | Windows CE 5.0 and later |