|
pure virtual |
Converts the specified interval time into microseconds (1/1000000 second).
This method performs arithmetic rounding.
| pInterval | A pointer to a P6R::P6INTERVAL containing the interval time value to convert. |
| pnMicroSeconds | The address of a P6R::P6UINT32 in which will be placed the converted value. |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pInterval or pnMicroSeconds was NULL. |
| P6R::eNotInitialized | The initialize() method was not called successfully before calling this method. |