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:** Dmusicf.h
See Also