CloseProxies

The CloseProxies function closes a proxy address generation session.

Quick Info

Header file: PROXYGEN.H
Library: PROXYGEN.LIB

VOID CloseProxies(
  HANDLE hProxySession  
);
 

Parameters

hProxySession
Input parameter. Specifies the handle to the proxy address generation session, as returned in the RcInitProxies function.

Return Values

None.

Remarks

The CloseProxies function closes a proxy address generation session and frees any associated data pretaining thereto. Your program can then unload the proxy generation DLL.

For more information on this function, see Proxy Generation DLL Entry Points in the Gateway Programmer's Reference.

See Also

FreeProxy, RcGenerateProxy, RcValidateProxy