The RcUpdateProxy function updates the site information in a proxy address.
Header file: | PROXYGEN.H |
Library: | PROXYGEN.LIB |
RC RcUpdateProxy(
HANDLE hProxySession,
PRECIPIENTINFO pRecipientInfo,
LPWSTR pwstrOldSiteProxy,
LPWSTR pwstrNewSiteProxy,
LPWSTR pwstrProxy,
VOID * pUnused
);
See Return Values.
RcUpdateProxy compares the site information in pwstrProxy to pwstrOldSiteProxy. If they match, RcUpdateProxy replaces the site information in pwstrProxy with pwstrNewSiteProxy. All input parameters have the address type as a prefix.
For more information on this function, see Proxy Generation DLL Entry Points.
RcInitProxies, RcValidateProxy, RECIPIENTINFO