DMUS_IO_CONTAINER_HEADER
Used in the Container Form.
typedef struct _DMUS_IO_CONTAINER_HEADER {
DWORD dwFlags;
} DMUS_IO_CONTAINER_HEADER;
Members
- dwFlags
- DWORD value that specifies flags. Can be zero or the following value.
- DMUS_CONTAINER_NOLOADS
- Contained items are not loaded when the container is loaded. Entries are created in the loader, but the objects are not created until they are specifically loaded.
Header: Declared in dmusicf.h.