Share via


IDirectMusicPerformance::GetQueueTime

This method 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
);

Parameters

  • prtTime
    Address of a variable to receive the current flush time.

Return Values

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

Requirements

OS Versions: Windows CE .NET 4.0 and Windows CE .NET 4.1.
Header: Dmusici.h.
Link Library: Dmusic.lib.

See Also

Latency and Bumper Time

 Last updated on Monday, April 12, 2004

© 1992-2002 Microsoft Corporation. All rights reserved.