Share via


ProxySignalFilter (Windows CE 5.0)

Send Feedback

The Web proxy calls this function to signal a particular event's filter.

DWORD ProxySignalFilter(  DWORD dwSignal);

Parameters

  • dwSignal
    [in] Specifies signal-specific information to be passed to the filter.

Return Values

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

OS Versions: Windows CE 5.0 and later.
Header: Webproxy.h.
Link Library: Not applicable.

See Also

Web Proxy Functions | IOCTL_SERVICE_PRX_SIGNAL_FILTER |

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.