Microsoft DirectX 8.1 (C++)

DMUS_CLOCKINFO8

The DMUS_CLOCKINFO8 structure contains information about a clock enumerated by using the IDirectMusic8::EnumMasterClock method.

Syntax

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

Members

dwSize

Size of the structure, in bytes. This member must be initialized 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 IDirectMusic8::SetMasterClock method to set the master clock for DirectMusic.

wszDescription

Description of the clock.

dwFlags

Flags.

Requirements

  Header: Declared in dmusici.h.