Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IIntervalTime::intervalToMilliSeconds ( P6INTERVAL *  pInterval,
P6UINT32 pnMilliSeconds 
)
pure virtual

Converts the specified interval time into milliseconds (1/1000 second).

This method performs arithmetic rounding.

Parameters
pIntervalA pointer to a P6R::P6INTERVAL containing the interval time value to convert.
pnMilliSecondsThe address of a P6R::P6UINT32 in which will be placed the converted value.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpInterval or pnMilliSeconds was NULL.
P6R::eNotInitializedThe initialize() method was not called successfully before calling this method.