DMUS_IO_CONTAINER_HEADER

DirectMusic

Microsoft DirectX 9.0 SDK Update (Summer 2004)

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: Declared in dmusicf.h.

See Also


© 2004 Microsoft Corporation. All rights reserved.