|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include "config.h"
#include <assert.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "objbase.h"
#include "ole2.h"
#include "winerror.h"
#include "winternl.h"
#include "wine/debug.h"
Go to the source code of this file.
Data Structures |
| struct | HGLOBALStreamImpl |
Defines |
| #define | COBJMACROS |
| #define | NONAMELESSUNION |
| #define | NONAMELESSSTRUCT |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (storage) |
| static HGLOBALStreamImpl * | impl_from_IStream (IStream *iface) |
| static HRESULT WINAPI | HGLOBALStreamImpl_QueryInterface (IStream *iface, REFIID riid, void **ppvObject) |
| static ULONG WINAPI | HGLOBALStreamImpl_AddRef (IStream *iface) |
| static ULONG WINAPI | HGLOBALStreamImpl_Release (IStream *iface) |
| static HRESULT WINAPI | HGLOBALStreamImpl_Read (IStream *iface, void *pv, ULONG cb, ULONG *pcbRead) |
| static HRESULT WINAPI | HGLOBALStreamImpl_Write (IStream *iface, const void *pv, ULONG cb, ULONG *pcbWritten) |
| static HRESULT WINAPI | HGLOBALStreamImpl_Seek (IStream *iface, LARGE_INTEGER dlibMove, DWORD dwOrigin, ULARGE_INTEGER *plibNewPosition) |
| static HRESULT WINAPI | HGLOBALStreamImpl_SetSize (IStream *iface, ULARGE_INTEGER libNewSize) |
| static HRESULT WINAPI | HGLOBALStreamImpl_CopyTo (IStream *iface, IStream *pstm, ULARGE_INTEGER cb, ULARGE_INTEGER *pcbRead, ULARGE_INTEGER *pcbWritten) |
| static HRESULT WINAPI | HGLOBALStreamImpl_Commit (IStream *iface, DWORD grfCommitFlags) |
| static HRESULT WINAPI | HGLOBALStreamImpl_Revert (IStream *iface) |
| static HRESULT WINAPI | HGLOBALStreamImpl_LockRegion (IStream *iface, ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD dwLockType) |
| static HRESULT WINAPI | HGLOBALStreamImpl_UnlockRegion (IStream *iface, ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD dwLockType) |
| static HRESULT WINAPI | HGLOBALStreamImpl_Stat (IStream *iface, STATSTG *pstatstg, DWORD grfStatFlag) |
| static HRESULT WINAPI | HGLOBALStreamImpl_Clone (IStream *iface, IStream **ppstm) |
| HRESULT WINAPI | CreateStreamOnHGlobal (HGLOBAL hGlobal, BOOL fDeleteOnRelease, LPSTREAM *ppstm) |
| HRESULT WINAPI | GetHGlobalFromStream (IStream *pstm, HGLOBAL *phglobal) |
Variables |
| static const IStreamVtbl | HGLOBALStreamImplVtbl |
Generated on Sat May 26 2012 05:14:39 for ReactOS by
1.7.6.1
|