ReactOS 0.4.15-dev-7958-gcd0bb1a
IDirectMusicInstrumentImpl Struct Reference

#include <dmusic_private.h>

Collaboration diagram for IDirectMusicInstrumentImpl:

Public Attributes

IDirectMusicInstrument IDirectMusicInstrument_iface
 
LONG ref
 
LARGE_INTEGER liInstrumentPosition
 
ULONG length
 
GUID id
 
INSTHEADER header
 
WCHAR wszName [DMUS_MAX_NAME]
 
BOOL loaded
 
instrument_regionregions
 
ULONG nb_articulations
 
instrument_articulationarticulations
 

Detailed Description

Definition at line 197 of file dmusic_private.h.

Member Data Documentation

◆ articulations

instrument_articulation* IDirectMusicInstrumentImpl::articulations

Definition at line 212 of file dmusic_private.h.

◆ header

INSTHEADER IDirectMusicInstrumentImpl::header

◆ id

GUID IDirectMusicInstrumentImpl::id

Definition at line 205 of file dmusic_private.h.

Referenced by IPersistStreamImpl_Load().

◆ IDirectMusicInstrument_iface

IDirectMusicInstrument IDirectMusicInstrumentImpl::IDirectMusicInstrument_iface

Definition at line 199 of file dmusic_private.h.

Referenced by DMUSIC_CreateDirectMusicInstrumentImpl().

◆ length

ULONG IDirectMusicInstrumentImpl::length

Definition at line 204 of file dmusic_private.h.

Referenced by IPersistStreamImpl_Load().

◆ liInstrumentPosition

LARGE_INTEGER IDirectMusicInstrumentImpl::liInstrumentPosition

Definition at line 203 of file dmusic_private.h.

Referenced by IPersistStreamImpl_Load().

◆ loaded

BOOL IDirectMusicInstrumentImpl::loaded

Definition at line 209 of file dmusic_private.h.

◆ nb_articulations

ULONG IDirectMusicInstrumentImpl::nb_articulations

Definition at line 211 of file dmusic_private.h.

◆ ref

LONG IDirectMusicInstrumentImpl::ref

Definition at line 200 of file dmusic_private.h.

Referenced by DMUSIC_CreateDirectMusicInstrumentImpl().

◆ regions

instrument_region* IDirectMusicInstrumentImpl::regions

Definition at line 210 of file dmusic_private.h.

Referenced by SynthPortImpl_IDirectMusicPort_DownloadInstrument().

◆ wszName

WCHAR IDirectMusicInstrumentImpl::wszName[DMUS_MAX_NAME]

Definition at line 207 of file dmusic_private.h.

Referenced by IDirectMusicCollectionImpl_EnumInstrument().


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