|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <dmobject.h>

Public Attributes | |
| FOURCC | id |
| DWORD | size |
| FOURCC | type |
| ULARGE_INTEGER | offset |
| const struct chunk_entry * | parent |
Definition at line 28 of file dmobject.h.
| FOURCC chunk_entry::id |
Definition at line 29 of file dmobject.h.
Referenced by col_IDirectMusicObject_ParseDescriptor().
| ULARGE_INTEGER chunk_entry::offset |
Definition at line 32 of file dmobject.h.
| const struct chunk_entry* chunk_entry::parent |
Definition at line 33 of file dmobject.h.
| DWORD chunk_entry::size |
Definition at line 30 of file dmobject.h.
| FOURCC chunk_entry::type |
Definition at line 31 of file dmobject.h.
Referenced by col_IDirectMusicObject_ParseDescriptor().