Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6INetdb::getHostByName2 ( const P6CHAR pszHostname,
p6IHostent **  ppEnt 
)
pure virtual

Retrieves host information for the host specified in pszHostname.

Unlike getHostByName() this method does not support appending the port to the hostname string.

Parameters
pszHostname[ in ] A pointer to the ASCIIZ name of the host to lookup/resolve.
ppEnt[ out ] The address of a variable that will recieve the p6IHostent interface pointer.
Returns