DMUS_IO_CONTAINER_HEADER
The DMUS_IO_CONTAINER_HEADER structure is used in the Container Form.
Syntax
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.
Value | Description |
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. |
Requirements
** Header:** Dmusicf.h
See Also