Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IIntervalTime::getFrequency ( P6UINT64 pFrequency)
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.

Parameters
pFrequencyThe address of a P6R::P6UINT64 in which the counter frequency wil be place.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpFrequency was NULL.
P6R::eNotInitializedThe initialize() method was not called successfully before calling this method.