FreeProxy Function

Topic Last Modified: 2006-06-13

The FreeProxy function releases the string buffer allocated by a previous call to RcGenerateProxy Function.

Applies To

Proxy Generation DLL Entry Points

Syntax

void FreeProxy
(
        LPWSTR pszProxy
);

Parameters

Return Value

No return value.

Remarks

The FreeProxy function is expected to return the string buffer memory that was allocated in the call to RcGenerateProxy Function.

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

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

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