GetCallBackTimeBase
You can retrieve the time base of a callback event by calling theGetCallBackTimeBasefunction. Your application specifies the callback event's time base by calling theNewCallBackfunction, which is described on page 2-317.
pascal TimeBase GetCallBackTimeBase (QTCallBack cb);
cb- Specifies the callback event for the operation. You obtain this value from the
NewCallBackfunction.DESCRIPTION
TheGetCallBackTimeBasefunction returns a reference to the callback event's time base.ERROR CODES
None