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

Public Attributes

IDirectMusicCollection IDirectMusicCollection_iface
 
struct dmobject dmobj
 
LONG internal_ref
 
LONG ref
 
DLSHEADER header
 
struct pool * pool
 
struct list instruments
 
struct list waves
 

Detailed Description

Definition at line 53 of file collection.c.

Member Data Documentation

◆ dmobj

struct dmobject collection::dmobj

Definition at line 56 of file collection.c.

Referenced by collection_create(), and impl_from_IPersistStream().

◆ header

DLSHEADER collection::header

Definition at line 60 of file collection.c.

◆ IDirectMusicCollection_iface

IDirectMusicCollection collection::IDirectMusicCollection_iface

Definition at line 55 of file collection.c.

Referenced by collection_create(), and impl_from_IDirectMusicCollection().

◆ instruments

struct list collection::instruments

Definition at line 62 of file collection.c.

Referenced by collection_create().

◆ internal_ref

LONG collection::internal_ref

◆ pool

struct pool* collection::pool

Definition at line 61 of file collection.c.

Referenced by collection_get_wave().

◆ ref

◆ waves

struct list collection::waves

Definition at line 63 of file collection.c.

Referenced by collection_create(), and collection_get_wave().


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