API:
GetHostNameThe Windows Sockets gethostname function returns the standard host name for the local machine.int gethostname (    char FAR * name,
    int namelen
   );
 Parametersname[out] A pointer to a buffer that will receive the host name.namelen[in] The length of the buffer.