DMUS_IO_CONTAINED_OBJECT_HEADER
Used before each object in a Container Form.
typedef struct _DMUS_IO_CONTAINED_OBJECT_HEADER {
GUID guidClassID;
DWORD dwFlags;
FOURCC ckid;
FOURCC fccType;
} DMUS_IO_CONTAINED_OBJECT_HEADER;
Members
- guidClassID
- Class identifier of the object.
- dwFlags
- Can be zero or the following flag.
- DMUS_CONTAINED_OBJF_KEEP
- Keep the object cached in the loader after the container is released.
- ckid
- Identifier of the data chunk. If this value is zero, it is assumed that the chunk is of type LIST, so fccType is valid and must be nonzero.
- fccType
- List type. If this value is zero, ckid is valid and must be nonzero.
Header: Declared in dmusicf.h.