Microsoft DirectX 8.0 (C++) |
Retrieves the current flush time, which is the earliest time in the queue at which messages can be flushed. Messages that have time stamps earlier than this time have already been sent to the port and cannot be invalidated.
HRESULT GetQueueTime( REFERENCE_TIME * prtTime );
If the method succeeds, the return value is S_OK.
If it fails, the method can return one of the following error values:
E_POINTER |
DMUS_E_NO_MASTER_CLOCK |
Header: Declared in dmusici.h.