Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6INetHelpers::host2nl ( P6UINT32  nHostLong,
P6UINT32 pNetLong 
)
pure virtual

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

Parameters
nHostLongThe P6UINT32 to convert,
pNetLongThe address of a pointer to a P6UINT32 in which to store the converted value.
Returns
SuccessP6R::eOkSuccess.
FailureP6R::eInvalidArgpNetLong is NULL