Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6INetHelpers::net2hll ( P6UINT64  nNetLong,
P6UINT64 pHostLong 
)
pure virtual

This method is used convert a P6UINT64 from network byte-order into host byte-order.

Parameters
nNetLong[ in ] The P6UINT64 to convert.
pHostLong[ out ] The address of a variable that will recieve the converted value.
Returns
SuccessP6R::eOkSuccess.
FailureP6R::eInvalidArgpHostLong is NULL