This method is used convert a P6UINT64 from host byte-order into network byte-order.
- Parameters:
-
| nHostLong | [in] The P6UINT64 to convert. |
| pNetLong | [out] The address of a variable that will recieve the converted value. |
- Returns:
Success | P6R::eOk | Success. |
Failure | P6R::eInvalidArg | pNetLong is NULL |