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

Retrieves the name of the protocol to use when contacting this service.

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