|
ReactOS 0.4.17-dev-934-g091855f
|

Go to the source code of this file.
Classes | |
| struct | _DMUS_PRIVATE_CHUNK |
Typedefs | |
| typedef struct _DMUS_PRIVATE_CHUNK | DMUS_PRIVATE_CHUNK |
| typedef struct _DMUS_PRIVATE_CHUNK * | LPDMUS_PRIVATE_CHUNK |
Functions | |
| 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) |
| typedef struct _DMUS_PRIVATE_CHUNK * LPDMUS_PRIVATE_CHUNK |
| 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().