CA_API UINT __stdcall TcpIp_BindSocket(MSIHANDLE hInstall)
Attempts to bind a socket. 
Definition: TcpIpImpl.cpp:4
 
CA_API UINT __stdcall TcpIp_ListAddresses(MSIHANDLE hInstall)
Lists IP address assigned to this host. 
Definition: TcpIpImpl.cpp:66
 
#define CA_API
Definition: CaDeclSpecs.h:8
 
CA_API UINT __stdcall TcpIp_Connect(MSIHANDLE hInstall)
Attempts to connect to a remote server. 
Definition: TcpIpImpl.cpp:33