|
pure virtual |
Adds the specified number of milliseconds to the provided P6TIME value.
| pTime | [ in ] A pointer to the P6TIME to add to. |
| nMilliseconds | [ in ] A P6INT32 containing the number of milliseconds to add. |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pTime was NULL |
| P6R::eNotInitialized | The initialize() method was not called successfully before calling this method. | |
| Any valid P6ERR. |