PROXYLIST
The PROXYLIST structure contains two linked lists of PROXYNODE structures. One is a list of valid proxy addresses; the other is a list of failed proxy address types.
Quick Info
typedef struct _PROXYLIST
{
PROXYNODE __RPC_FAR * __RPC_FAR * ppPNProxy;
PROXYNODE __RPC_FAR * __RPC_FAR * ppPNFailedProxyType;
} PROXYLIST;
typedef struct _PROXYLIST __RPC_FAR *PPROXYLIST;
Members
ppPNProxy
Points to the head of a linked list of PROXYNODE structures containing valid proxy addresses.
ppPNFailedProxyType
Points to the head of a linked list of PROXYNODE structures containing proxy address types that are not valid or had an error.
See Also
PROXYNODE , SAD_EcGetProxies , SAD_EcGetProxiesBI