|
pure virtual |
Returns the platform dependent counter frequency (ticks/second).
When possible the provided conversion methods should be used. If these are not adequate, the value returned by this method must be used in any calculations.
| pFrequency | The address of a P6R::P6UINT64 in which the counter frequency wil be place. |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pFrequency was NULL. |
| P6R::eNotInitialized | The initialize() method was not called successfully before calling this method. |