|
| | WINE_DEFAULT_DEBUG_CHANNEL (dmloader) |
| |
| | WINE_DECLARE_DEBUG_CHANNEL (dmfileraw) |
| |
| static struct loader_stream * | impl_from_IStream (IStream *iface) |
| |
| static HRESULT WINAPI | loader_stream_QueryInterface (IStream *iface, REFIID riid, void **ret_iface) |
| |
| static ULONG WINAPI | loader_stream_AddRef (IStream *iface) |
| |
| static ULONG WINAPI | loader_stream_Release (IStream *iface) |
| |
| static HRESULT WINAPI | loader_stream_Read (IStream *iface, void *data, ULONG size, ULONG *ret_size) |
| |
| static HRESULT WINAPI | loader_stream_Write (IStream *iface, const void *data, ULONG size, ULONG *ret_size) |
| |
| static HRESULT WINAPI | loader_stream_Seek (IStream *iface, LARGE_INTEGER offset, DWORD method, ULARGE_INTEGER *ret_offset) |
| |
| static HRESULT WINAPI | loader_stream_SetSize (IStream *iface, ULARGE_INTEGER size) |
| |
| static HRESULT WINAPI | loader_stream_CopyTo (IStream *iface, IStream *dest, ULARGE_INTEGER size, ULARGE_INTEGER *read_size, ULARGE_INTEGER *write_size) |
| |
| static HRESULT WINAPI | loader_stream_Commit (IStream *iface, DWORD flags) |
| |
| static HRESULT WINAPI | loader_stream_Revert (IStream *iface) |
| |
| static HRESULT WINAPI | loader_stream_LockRegion (IStream *iface, ULARGE_INTEGER offset, ULARGE_INTEGER size, DWORD type) |
| |
| static HRESULT WINAPI | loader_stream_UnlockRegion (IStream *iface, ULARGE_INTEGER offset, ULARGE_INTEGER size, DWORD type) |
| |
| static HRESULT WINAPI | loader_stream_Stat (IStream *iface, STATSTG *stat, DWORD flags) |
| |
| static HRESULT WINAPI | loader_stream_Clone (IStream *iface, IStream **ret_iface) |
| |
| static struct loader_stream * | impl_from_IDirectMusicGetLoader (IDirectMusicGetLoader *iface) |
| |
| static HRESULT WINAPI | loader_stream_getter_QueryInterface (IDirectMusicGetLoader *iface, REFIID iid, void **out) |
| |
| static ULONG WINAPI | loader_stream_getter_AddRef (IDirectMusicGetLoader *iface) |
| |
| static ULONG WINAPI | loader_stream_getter_Release (IDirectMusicGetLoader *iface) |
| |
| static HRESULT WINAPI | loader_stream_getter_GetLoader (IDirectMusicGetLoader *iface, IDirectMusicLoader **ret_loader) |
| |
| HRESULT | loader_stream_create (IDirectMusicLoader *loader, IStream *stream, IStream **ret_iface) |
| |
| static struct file_stream * | file_stream_from_IStream (IStream *iface) |
| |
| static HRESULT WINAPI | file_stream_QueryInterface (IStream *iface, REFIID riid, void **ret_iface) |
| |
| static ULONG WINAPI | file_stream_AddRef (IStream *iface) |
| |
| static ULONG WINAPI | file_stream_Release (IStream *iface) |
| |
| static HRESULT WINAPI | file_stream_Read (IStream *iface, void *data, ULONG size, ULONG *ret_size) |
| |
| static HRESULT WINAPI | file_stream_Write (IStream *iface, const void *data, ULONG size, ULONG *ret_size) |
| |
| static HRESULT WINAPI | file_stream_Seek (IStream *iface, LARGE_INTEGER offset, DWORD method, ULARGE_INTEGER *ret_offset) |
| |
| static HRESULT WINAPI | file_stream_SetSize (IStream *iface, ULARGE_INTEGER size) |
| |
| static HRESULT WINAPI | file_stream_CopyTo (IStream *iface, IStream *dest, ULARGE_INTEGER size, ULARGE_INTEGER *read_size, ULARGE_INTEGER *write_size) |
| |
| static HRESULT WINAPI | file_stream_Commit (IStream *iface, DWORD flags) |
| |
| static HRESULT WINAPI | file_stream_Revert (IStream *iface) |
| |
| static HRESULT WINAPI | file_stream_LockRegion (IStream *iface, ULARGE_INTEGER offset, ULARGE_INTEGER size, DWORD type) |
| |
| static HRESULT WINAPI | file_stream_UnlockRegion (IStream *iface, ULARGE_INTEGER offset, ULARGE_INTEGER size, DWORD type) |
| |
| static HRESULT WINAPI | file_stream_Stat (IStream *iface, STATSTG *stat, DWORD flags) |
| |
| static HRESULT WINAPI | file_stream_Clone (IStream *iface, IStream **ret_iface) |
| |
| HRESULT | file_stream_create (const WCHAR *path, IStream **ret_iface) |
| |
| static ULONG WINAPI | IDirectMusicLoaderResourceStream_IStream_AddRef (LPSTREAM iface) |
| |
| static void | IDirectMusicLoaderResourceStream_Detach (LPSTREAM iface) |
| |
| HRESULT WINAPI | IDirectMusicLoaderResourceStream_Attach (LPSTREAM iface, LPBYTE pbMemData, LONGLONG llMemLength, LONGLONG llPos) |
| |
| static HRESULT WINAPI | IDirectMusicLoaderResourceStream_IStream_QueryInterface (LPSTREAM iface, REFIID riid, void **ppobj) |
| |
| static ULONG WINAPI | IDirectMusicLoaderResourceStream_IStream_Release (LPSTREAM iface) |
| |
| static HRESULT WINAPI | IDirectMusicLoaderResourceStream_IStream_Read (LPSTREAM iface, void *pv, ULONG cb, ULONG *pcbRead) |
| |
| static HRESULT WINAPI | IDirectMusicLoaderResourceStream_IStream_Seek (LPSTREAM iface, LARGE_INTEGER dlibMove, DWORD dwOrigin, ULARGE_INTEGER *plibNewPosition) |
| |
| static HRESULT WINAPI | IDirectMusicLoaderResourceStream_IStream_Clone (LPSTREAM iface, IStream **ppstm) |
| |
| static HRESULT WINAPI | IDirectMusicLoaderResourceStream_IStream_Write (LPSTREAM iface, const void *pv, ULONG cb, ULONG *pcbWritten) |
| |
| static HRESULT WINAPI | IDirectMusicLoaderResourceStream_IStream_SetSize (LPSTREAM iface, ULARGE_INTEGER libNewSize) |
| |
| static HRESULT WINAPI | IDirectMusicLoaderResourceStream_IStream_CopyTo (LPSTREAM iface, IStream *pstm, ULARGE_INTEGER cb, ULARGE_INTEGER *pcbRead, ULARGE_INTEGER *pcbWritten) |
| |
| static HRESULT WINAPI | IDirectMusicLoaderResourceStream_IStream_Commit (LPSTREAM iface, DWORD grfCommitFlags) |
| |
| static HRESULT WINAPI | IDirectMusicLoaderResourceStream_IStream_Revert (LPSTREAM iface) |
| |
| static HRESULT WINAPI | IDirectMusicLoaderResourceStream_IStream_LockRegion (LPSTREAM iface, ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD dwLockType) |
| |
| static HRESULT WINAPI | IDirectMusicLoaderResourceStream_IStream_UnlockRegion (LPSTREAM iface, ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD dwLockType) |
| |
| static HRESULT WINAPI | IDirectMusicLoaderResourceStream_IStream_Stat (LPSTREAM iface, STATSTG *pstatstg, DWORD grfStatFlag) |
| |
| HRESULT | DMUSIC_CreateDirectMusicLoaderResourceStream (void **ppobj) |
| |