ReactOS 0.4.15-dev-7842-g558ab78
dmusbuff.h File Reference
#include <pshpack4.h>
#include <poppack.h>
Include dependency graph for dmusbuff.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _DMUS_EVENTHEADER
 

Macros

#define DMUS_EVENT_STRUCTURED   0x00000001
 
#define QWORD_ALIGN(x)   (((x) + 7) & ~7)
 
#define DMUS_EVENT_SIZE(cb)   QWORD_ALIGN(sizeof(DMUS_EVENTHEADER) + cb)
 

Typedefs

typedef struct _DMUS_EVENTHEADER DMUS_EVENTHEADER
 
typedef struct _DMUS_EVENTHEADERLPDMUS_EVENTHEADER
 

Macro Definition Documentation

◆ DMUS_EVENT_SIZE

#define DMUS_EVENT_SIZE (   cb)    QWORD_ALIGN(sizeof(DMUS_EVENTHEADER) + cb)

Definition at line 6 of file dmusbuff.h.

◆ DMUS_EVENT_STRUCTURED

#define DMUS_EVENT_STRUCTURED   0x00000001

Definition at line 4 of file dmusbuff.h.

◆ QWORD_ALIGN

#define QWORD_ALIGN (   x)    (((x) + 7) & ~7)

Definition at line 5 of file dmusbuff.h.

Typedef Documentation

◆ DMUS_EVENTHEADER

◆ LPDMUS_EVENTHEADER