CloseProxies Function

CloseProxies Function

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The CloseProxies function closes a proxy address generation session.

Applies To

Proxy Generation DLL Entry Points

Syntax

[C++]void CloseProxies (     HANDLE hProxySession );

Parameters

  • hProxySession
    Specifies the handle to the proxy address generation sessions, as returned by the RcInitProxies Function.

Return Value

No return value.

Remarks

The CloseProxies function is expected to close the proxy address generation session, and free any remaining memory that was allocated. After calling CloseProxies, the calling program can unload the dynamic-link library (DLL).

The CloseProxies function should not display any user interface, because proxy generation should be performed silently.

The CloseProxies function is defined in the proxygen.h header file.

The CloseProxies function should not display any user interface, because proxy generation should be performed silently.

Test programs and other applications that use the proxy generation DLL can use the proxyinf.h, retcode.h, and proxygen.h header files that define proxy generation DLL interfaces, structures, and return codes.

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.