DMUS_IO_VERSION

DirectMusic

Microsoft DirectX 9.0 SDK Update (Summer 2004)

DMUS_IO_VERSION

The DMUS_IO_VERSION structure contains the version number of the data. Used in the version subchunk of various chunks. See Common Chunks.

Syntax

typedef struct _DMUS_IO_VERSION {
  DWORD  dwVersionMS;
  DWORD  dwVersionLS;
} DMUS_IO_VERSION;

Members

dwVersionMS

High-order 32 bits of the version number.

dwVersionLS

Low-order 32 bits of the version number.

Requirements

  Header: Declared in dmusicf.h.

See Also


© 2004 Microsoft Corporation. All rights reserved.