Platform SDK: DirectX

DMUS_CLOCKINFO

The DMUS_CLOCKINFO structure reports information about a clock enumerated by using the IDirectMusic::EnumMasterClock method.

typedef struct _DMUS_CLOCKINFO{
    DWORD           dwSize;
    DMUS_CLOCKTYPE  ctType;
    GUID            guidClock;
    WCHAR           wszDescription[DMUS_MAX_DESCRIPTION];
} DMUS_CLOCKINFO, *LPDMUS_CLOCKINFO;

Members

dwSize
Size of the structure, in bytes This member must be initialized to sizeof(DMUS_CLOCKINFO) before the structure is passed to a method.
ctType
Member of the DMUS_CLOCKTYPE enumeration specifying the type of clock.
guidClock
Identifier of the clock. This value can be passed to the IDirectMusic::SetMasterClock method to set the master clock for DirectMusic.
wszDescription
Description of the clock.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
  Header: Declared in dmusici.h.