Platform SDK: Exchange Server

FreeProxy

The FreeProxy function frees memory allocated for a proxy address string.

Quick Info

Header file: PROXYGEN.H
Library: PROXYGEN.LIB

VOID FreeProxy(
  LPWSTR pszProxy  
);
 

Parameters

pszProxy
Input parameter. Points to a Unicode string containing the proxy address to free.

Return Values

None.

Remarks

The FreeProxy function frees the allocated memory with a call to RcGenerateProxy.

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

See Also

CloseProxies, RcInitProxies, RcValidateProxy