Using Win32 functions in Visual FoxPro Image Gallery
Windows Sockets 2 (Winsock)
..msdn
accept
bind
closesocket
gethostbyaddr
gethostbyname
gethostname
getnameinfo
getprotobyname
getprotobynumber
getservbyname
getservbyport
getsockopt
htonl
htons
inet_addr
inet_ntoa
listen
ntohl
ntohs
recv
recvfrom
send
sendto
setsockopt
socket
WSACleanup
WSACloseEvent
WSAConnect
WSACreateEvent
WSAEnumProtocols
WSAEventSelect
WSAGetLastError
WSARecv
WSASend
WSAStartup
WSAWaitForMultipleEvents
ws_connect
ws_select
Code examples:
A client for testing non-blocking Winsock server
How to build UDP responder
How to create non-blocking Winsock server
How to ping a remote site using ICMP API calls
How to retrieve network parameters for the local computer (including Host name, Domain name, and DNS Server)
Retrieving the interface–to–IP address mapping table
Retrieving the IP-to-physical address mapping table
Winsock: changing the byte ordering
Winsock: connecting to a news server (NNTP, port 119)
Winsock: creating a socket that is bound to a specific service provider
Winsock: how to retrieve a service information corresponding to a port
Winsock: how to retrieve a service information corresponding to a service name
Winsock: how to retrieve the protocol information corresponding to a protocol name
Winsock: how to retrieve the protocol information corresponding to a protocol number
Winsock: initializing the service in the VFP application
Winsock: reading and setting socket options
Winsock: reading email messages (POP3, port 110)
Winsock: resolving an address to a host name
Winsock: retrieving directory listing from an FTP server using passive data connection (FTP, port 21)
Winsock: retrieving information about available transport protocols
Winsock: retrieving information from a host database for a given host name
Winsock: retrieving the host information corresponding to a network address
Winsock: retrieving the standard host name and IP address for the local machine
Winsock: retrieving Web pages using sockets (HTTP, port 80)
Winsock: sending email messages (SMTP, port 25)
Winsock: retrieving the standard host name and IP address for the local machine

User rating: 0/10 (0 votes)
Rate this code sample:
  • ~
More code examples    Listed functions    Add comment     W32 Constants      Translate this page Printer friendly version of this code sample
Versions:
click to open
Before you begin:
The HOSTENT structure is used by Winsock functions to store information about a given host, such as host name, IP address, and so forth.
 
  Members area. Log in to view this example.
 
  User name:
  Password:
 
 
  Forgot your password?
 
  Sign up for
the Membership
 
 


User rating: 0/10 (0 votes)
Rate this code sample:
  • ~
2843 bytes  
Created: 2001-12-14 21:36:52  
Modified: 2011-12-10 09:20:22  
Visits in 7 days: 147  
Listed functions:
gethostbyname
gethostname
WSACleanup
WSAStartup
Printer friendly API declarations
My comment:
Dec.3, 2005: determines more than one ip address for a host name, if present.
Word Index links for this example:
Translate this page:
  Spanish    Portuguese    German    French    Italian  
FreeTranslation.com offers instant, free translations of text or web pages.
User Contributed Notes:
stuartd | 2005-12-13 11:23:48
The WMI Class Win32_PingStatus is only supported in Windows XP or later.

Copyright © 2001-2013 News2News, Inc. Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use. The information on this page is presented AS IS, meaning that you may use it at your own risk. Microsoft Visual FoxPro and Windows are trade marks of Microsoft Corp. All other trademarks are the property of their respective owners. 

Privacy policy
Credits: PHP (4.4.9), an HTML-embedded scripting language, MySQL (5.1.55-log), the Open Source standard SQL database, AceHTML Freeware Version 4, freeware HTML Editor of choice.   Hosted by Korax Online Inc.
Last Topics Visited (54.234.231.49)
3 sec.Example: 'One more way to retrieve environment strings'
3.8 hrs.Example: 'Subclassing CommandButton control to create BackColor property'
 Example: 'Drawing cursors for the classes defined by the system (preregistered): BUTTON, EDIT, LISTBOX etc.'
5.67 hrs.
 Function: 'GetClassInfoEx'
13.52 hrs.Example: 'Retrieving a universal form for the drive-based path for a network resource'
 Function: 'SystemParametersInfo'
Function group: 'System Information'
16.45 hrs.Example: 'Creating an Open dialog box to specify the drive, directory, and name of a file to open (Shell32 version)'
17.43 hrs.Example: 'Windows Shell Icons displayed and exported to ICO files (Vista)'
 Example: 'Storing content of the Clipboard to a bitmap file'
Google
Advertise here!