Go to the source code of this file.
◆ DM_STRUCT_INIT
Value: do { \
memset((
x), 0,
sizeof(*(
x))); \
} while (0)
GLint GLint GLint GLint GLint x
PSDBQUERYRESULT_VISTA PVOID DWORD * dwSize
Definition at line 30 of file debug.h.
◆ FE
◆ debugstr_DMUS_IO_CONTAINED_OBJECT_HEADER()
Definition at line 60 of file debug.c.
60 {
63
70
72 } else {
74 }
75}
const char * wine_dbg_sprintf(const char *format,...)
const char * debugstr_dmguid(const GUID *id)
#define DMUS_CONTAINED_OBJF_KEEP
FxContextHeader * pHeader
static __inline const char * debugstr_fourcc(unsigned int cc)
Referenced by IPersistStreamImpl_Load().
◆ debugstr_DMUS_IO_CONTAINER_HEADER()
◆ IS_VALID_DMFORM()
Definition at line 24 of file debug.c.
24 {
30}
#define DMUS_FOURCC_BAND_FORM
#define DMUS_FOURCC_TRACK_FORM
#define DMUS_FOURCC_SEGMENT_FORM
#define DMUS_FOURCC_AUDIOPATH_FORM
#define DMUS_FOURCC_CHORDMAP_FORM
#define DMUS_FOURCC_SCRIPT_FORM
#define DMUS_FOURCC_TOOLGRAPH_FORM
#define DMUS_FOURCC_CONTAINER_FORM
#define DMUS_FOURCC_STYLE_FORM
#define mmioFOURCC(c0, c1, c2, c3)
Referenced by IPersistStreamImpl_Load().
◆ resolve_STREAM_SEEK()
Definition at line 33 of file debug.c.
33 {
35 case STREAM_SEEK_SET:
37 case STREAM_SEEK_CUR:
39 case STREAM_SEEK_END:
41 default:
43 }
44}
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean flag
Referenced by IDirectMusicLoaderResourceStream_IStream_Seek().