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

Retrieves host information for the specified network address.

Parameters
pInAddr[ in ] The address of a P6NETADDR containing the address to lookup.
ppEnt[ out ] The address of a variable that will receive the p6IHostent interface pointer.
Returns