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;
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.