Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygendmusbuff.h
Go to the documentation of this file.
00001 #ifndef _DMusBuff_ 00002 #define _DMusBuff_ 00003 00004 #define DMUS_EVENT_STRUCTURED 0x00000001 00005 #define QWORD_ALIGN(x) (((x) + 7) & ~7) 00006 #define DMUS_EVENT_SIZE(cb) QWORD_ALIGN(sizeof(DMUS_EVENTHEADER) + cb) 00007 00008 #include <pshpack4.h> 00009 typedef struct _DMUS_EVENTHEADER 00010 { 00011 DWORD cbEvent; 00012 DWORD dwChannelGroup; 00013 REFERENCE_TIME rtDelta; 00014 DWORD dwFlags; 00015 } DMUS_EVENTHEADER, *LPDMUS_EVENTHEADER; 00016 #include <poppack.h> 00017 00018 #endif 00019 Generated on Sun May 27 2012 04:30:38 for ReactOS by
1.7.6.1
|