Microsoft DirectX 8.0 (C++)

DMUS_IO_VERSION

Contains the version number of the data. Used in the version subchunk of various chunks. See Common Chunks.

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.