|
|
| INT
GetLocalName(
|
|
|
LPTSTR
lpszLocalName, |
|
|
|
|
INT nMaxLength |
|
|
| );
|
The GetLocalName method returns the local host name.
Parameters
- lpszLocalName
- Pointer to a null-terminated string buffer that will contain
the local host name. It is recommended that this buffer be at least
64 characters in size.
- nMaxLength
- The maximum number of characters that may be copied to the
string buffer.
Return Value
If the method succeeds, the return value is the length of the
local host name. If the method fails, the return value is
DNS_ERROR. To get extended error information, call
GetLastError.
Requirements
Client: Requires Windows Vista, Windows XP or Windows
2000 Professional.
Server: Requires Windows Server 2008, Windows Server 2003 or
Windows 2000 Server.
Header: Include cstools6.h.
Library: Use csdnsav6.lib.
Unicode: Implemented as Unicode and ANSI versions.
See Also
GetHostByAddress, GetHostByName, GetHostInfo, GetHostServices, GetMailExchange, GetRecord
|
|