Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6INetdb::getHostnameW ( P6WCHAR pBuffer,
P6UINT32  cBuffer 
)
pure virtual

Retrieves the hostname of the local machine.

This is the wide character version of the getHostname() method.

Parameters
pBuffer[ out ] A pointer to a buffer that will receive the wide character hostname.
cBuffer[ in ] The length of pBuffer in characters (must be at least P6MAXHOSTNAME characters long).
Returns