 |
 |
 |
|
|  |  |
 |
inet_ntoa ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The inet_ntoa function converts an (Ipv4) Internet network address into a string in Internet standard dotted format. |
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
char FAR * inet_ntoa(
struct in_addr in
);
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE STRING inet_ntoa IN ws2_32;
INTEGER in_addr
|
 |  |  | | Parameters: |  | in
[in] Pointer to an in_addr structure that represents an Internet host address. |
 |  | | Return value: |  | | If no error occurs, inet_ntoa returns a character pointer to a static buffer containing the text address in standard "."" notation. Otherwise, it returns NULL. |
 |  | | Word Index links for the inet_ntoa : |  | |
|
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2001-12-21 19:50:39 | | Modified: | 2001-12-21 19:51:46 | Visited in last 7 days: 49 |
|
 |
 |
 |
 |
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. |
 |
 |
|
 |
 |
|
|