Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IProtoent::getName ( P6CHAR pBuffer,
P6UINT32 pcBuffer 
)
pure virtual

Retrieves the official protocol name.

Parameters
pBuffer[ out ] The address of a buffer which will receive the hostname.
pcBuffer[INOUT] The address of a P6UINT32 which on entry must contain the size of pBuffer in character. Of pBuffer is too small to hold the hostname, eTooSmall will be returned directly and the required size of pBuffer will be return in this argument.
Returns