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:
Success | P6R::eOk | Success. |
Failure | P6R::eInvalidArg | pHostLong is NULL |