TcpIpImpl.h
Go to the documentation of this file.
1 #pragma once
2 
16 CA_API UINT __stdcall TcpIp_BindSocket(MSIHANDLE hInstall);
17 
34 CA_API UINT __stdcall TcpIp_Connect(MSIHANDLE hInstall);
35 
75 CA_API UINT __stdcall TcpIp_ListAddresses(MSIHANDLE hInstall);
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


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com