ReactOS 0.4.17-dev-934-g091855f
container_entry Struct Reference
Collaboration diagram for container_entry:

Public Attributes

struct list entry
 
DMUS_OBJECTDESC Desc
 
BOOL bIsRIFF
 
DWORD dwFlags
 
WCHAR * wszAlias
 
IDirectMusicObject * pObject
 

Detailed Description

Definition at line 35 of file container.c.

Member Data Documentation

◆ bIsRIFF

BOOL container_entry::bIsRIFF

Definition at line 38 of file container.c.

Referenced by IPersistStreamImpl_Load().

◆ Desc

DMUS_OBJECTDESC container_entry::Desc

Definition at line 37 of file container.c.

Referenced by IDirectMusicContainerImpl_EnumObject(), and IPersistStreamImpl_Load().

◆ dwFlags

DWORD container_entry::dwFlags

Definition at line 39 of file container.c.

Referenced by destroy_dmcontainer(), and IPersistStreamImpl_Load().

◆ entry

struct list container_entry::entry

Definition at line 36 of file container.c.

Referenced by IPersistStreamImpl_Load().

◆ pObject

IDirectMusicObject* container_entry::pObject

Definition at line 41 of file container.c.

Referenced by destroy_dmcontainer(), and IPersistStreamImpl_Load().

◆ wszAlias

WCHAR* container_entry::wszAlias

Definition at line 40 of file container.c.

Referenced by IDirectMusicContainerImpl_EnumObject(), and IPersistStreamImpl_Load().


The documentation for this struct was generated from the following file: