|
pure virtual |
Returns microseconds since UTC epoch (Midinight, January 1, 1970) as a 64bit value representing the current time.
| pTime | [ out ] A pointer to a P6TIME in which the current time will be placed. |
| Success | P6R::eOk | |
| Failure | Any valid P6ERR the value pointer to by the pTime argument will be unchanged.. | |
| P6R::eNotInitialized | The initialize() method was not called successfully before calling this method. | |
| P6R::eInvalidArg | pTime argument was NULL |