ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <pshpack4.h>
#include <poppack.h>
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_EVENTHEADER * | LPDMUS_EVENTHEADER |
#define DMUS_EVENT_SIZE | ( | cb | ) | QWORD_ALIGN(sizeof(DMUS_EVENTHEADER) + cb) |
Definition at line 6 of file dmusbuff.h.
#define DMUS_EVENT_STRUCTURED 0x00000001 |
Definition at line 4 of file dmusbuff.h.
Definition at line 5 of file dmusbuff.h.
typedef struct _DMUS_EVENTHEADER DMUS_EVENTHEADER |
typedef struct _DMUS_EVENTHEADER * LPDMUS_EVENTHEADER |