|
ReactOS 0.4.17-dev-934-g091855f
|
#include <stdio.h>#include <stdarg.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "winnt.h"#include "wingdi.h"#include "winuser.h"#include "wine/debug.h"#include "objbase.h"#include "dmusici.h"#include "dmusicf.h"#include "dmusics.h"#include "dmutils.h"#include "dmobject.h"
Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (dmfile) | |
| HRESULT | IDirectMusicUtils_IPersistStream_ParseDescGeneric (DMUS_PRIVATE_CHUNK *pChunk, IStream *pStm, LPDMUS_OBJECTDESC pDesc) |
| HRESULT | IDirectMusicUtils_IPersistStream_ParseUNFOGeneric (DMUS_PRIVATE_CHUNK *pChunk, IStream *pStm, LPDMUS_OBJECTDESC pDesc) |
| HRESULT IDirectMusicUtils_IPersistStream_ParseDescGeneric | ( | DMUS_PRIVATE_CHUNK * | pChunk, |
| IStream * | pStm, | ||
| LPDMUS_OBJECTDESC | pDesc | ||
| ) |
Parsing utilities
Definition at line 45 of file dmutils.c.
Referenced by parse_style_form().
| HRESULT IDirectMusicUtils_IPersistStream_ParseUNFOGeneric | ( | DMUS_PRIVATE_CHUNK * | pChunk, |
| IStream * | pStm, | ||
| LPDMUS_OBJECTDESC | pDesc | ||
| ) |
don't ask me why, but M$ puts INFO elements in UNFO list sometimes (though strings seem to be valid unicode)
Definition at line 92 of file dmutils.c.
Referenced by parse_style_form().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | dmfile | ) |