|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <assert.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winternl.h"
#include "wine/debug.h"
#include "storage32.h"
Go to the source code of this file.
Defines |
| #define | COBJMACROS |
| #define | NONAMELESSUNION |
| #define | NONAMELESSSTRUCT |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (storage) |
| static void | StgStreamImpl_Destroy (StgStreamImpl *This) |
| static HRESULT WINAPI | StgStreamImpl_QueryInterface (IStream *iface, REFIID riid, void **ppvObject) |
| static ULONG WINAPI | StgStreamImpl_AddRef (IStream *iface) |
| static ULONG WINAPI | StgStreamImpl_Release (IStream *iface) |
| static HRESULT WINAPI | StgStreamImpl_Read (IStream *iface, void *pv, ULONG cb, ULONG *pcbRead) |
| static HRESULT WINAPI | StgStreamImpl_Write (IStream *iface, const void *pv, ULONG cb, ULONG *pcbWritten) |
| static HRESULT WINAPI | StgStreamImpl_Seek (IStream *iface, LARGE_INTEGER dlibMove, DWORD dwOrigin, ULARGE_INTEGER *plibNewPosition) |
| static HRESULT WINAPI | StgStreamImpl_SetSize (IStream *iface, ULARGE_INTEGER libNewSize) |
| static HRESULT WINAPI | StgStreamImpl_CopyTo (IStream *iface, IStream *pstm, ULARGE_INTEGER cb, ULARGE_INTEGER *pcbRead, ULARGE_INTEGER *pcbWritten) |
| static HRESULT WINAPI | StgStreamImpl_Commit (IStream *iface, DWORD grfCommitFlags) |
| static HRESULT WINAPI | StgStreamImpl_Revert (IStream *iface) |
| static HRESULT WINAPI | StgStreamImpl_LockRegion (IStream *iface, ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD dwLockType) |
| static HRESULT WINAPI | StgStreamImpl_UnlockRegion (IStream *iface, ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD dwLockType) |
| static HRESULT WINAPI | StgStreamImpl_Stat (IStream *iface, STATSTG *pstatstg, DWORD grfStatFlag) |
| static HRESULT WINAPI | StgStreamImpl_Clone (IStream *iface, IStream **ppstm) |
| StgStreamImpl * | StgStreamImpl_Construct (StorageBaseImpl *parentStorage, DWORD grfMode, DirRef dirEntry) |
Variables |
| static const IStreamVtbl | StgStreamImpl_Vtbl |
Generated on Thu May 24 2012 05:15:50 for ReactOS by
1.7.6.1
|