SAD_FreeProxyListNode

The SAD_FreeProxyListNode function frees memory allocated for a PROXYNODE structure.

Quick Info

Header file: SADAPI.H
Library: SADAPI.LIB

VOID SAD_FreeProxyListNode(
  PPROXYNODE pnode  
);
 

Parameters

pnode
Input parameter. Points to a PROXYNODE structure.

Return Values

None.

Remarks

The memory for the pnode parameter was allocated by either the SAD_EcGetProxies or SAD_EcGetProxiesBI function.

See Also

SAD_EcGetProxies, SAD_EcGetProxiesBI