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

Retreieves protocol infromation that corresponds with the specified protocol name.

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

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