Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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