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

Retreieves protocol information that corresponds with the specified protocol name.

Parameters
pszName[ in ] A pointer to the ASCIIZ protocol name to lookup.
ppEnt[ out ] The address of a variable that will receive the p6IProtoent interface pointer.
Returns