ProxyNotifyAddrChange (Windows Embedded CE 6.0)

1/6/2010

The Web proxy calls this function when an address has changed.

Syntax

DWORD WINAPI ProxyNotifyAddrChange(void);

Parameters

None.

Return Value

ERROR_SUCCESS indicates success. A nonzero error value indicates failure.

Remarks

This function notifies the filter that there has been an IP address change on the gateway device. The filter can query Internet Protocol Helper APIs at this point if required.

Requirements

Header webproxy.h
Library Developer Implemented
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

Web Proxy Functions

Other Resources

Internet Protocol Helper APIs