|
ReactOS 0.4.16-dev-2332-g4cba65d
|
#include <assert.h>#include <stdarg.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "winnls.h"#include "winuser.h"#include "wine/debug.h"#include "ole2.h"#include "winreg.h"#include "wine/wingdi16.h"
Go to the source code of this file.
Macros | |
| #define | COBJMACROS |
Enumerations | |
| enum | stream_1ole_flags { OleStream_LinkedObject = 0x00000001 , OleStream_Convert = 0x00000004 , OleStream_LinkedObject = 0x00000001 , OleStream_Convert = 0x00000004 } |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (storage) | |
| HRESULT WINAPI | WriteClassStg (IStorage *pStg, REFCLSID rclsid) |
| HRESULT WINAPI | ReadClassStg (IStorage *pstg, CLSID *pclsid) |
| HRESULT WINAPI | WriteClassStm (IStream *pStm, REFCLSID rclsid) |
| HRESULT WINAPI | ReadClassStm (IStream *pStm, CLSID *pclsid) |
| HRESULT WINAPI | GetConvertStg (IStorage *stg) |
| HRESULT WINAPI | StgIsStorageILockBytes (ILockBytes *plkbyt) |
| HRESULT WINAPI | StgIsStorageFile (LPCOLESTR fn) |
| HRESULT WINAPI | StgCreatePropSetStg (IStorage *pstg, DWORD reserved, IPropertySetStorage **propset) |
Variables | |
| static const BYTE | STORAGE_magic [8] ={0xd0,0xcf,0x11,0xe0,0xa1,0xb1,0x1a,0xe1} |
| #define COBJMACROS |
Definition at line 39 of file storage32.c.
| Enumerator | |
|---|---|
| OleStream_LinkedObject | |
| OleStream_Convert | |
| OleStream_LinkedObject | |
| OleStream_Convert | |
Definition at line 133 of file storage32.c.
Definition at line 141 of file storage32.c.
Referenced by test_convert().
Definition at line 72 of file storage32.c.
Referenced by DataCache_InitNew(), DataCache_Load(), GetClassFile(), render_embed_source_hack(), and test_writeclassstg().
Definition at line 109 of file storage32.c.
Referenced by OleLoadFromStream(), ReadFmtUserTypeStg(), and test_ReadClassStm().
| HRESULT WINAPI StgCreatePropSetStg | ( | IStorage * | pstg, |
| DWORD | reserved, | ||
| IPropertySetStorage ** | propset | ||
| ) |
Definition at line 233 of file storage32.c.
Referenced by test_propertyset_storage_enum(), testCodepage(), and testPropsHelper().
Definition at line 191 of file storage32.c.
Referenced by GetClassFile().
| HRESULT WINAPI StgIsStorageILockBytes | ( | ILockBytes * | plkbyt | ) |
Definition at line 171 of file storage32.c.
Referenced by get_stgmed_for_storage(), and test_hglobal_storage_stat().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | storage | ) |
Definition at line 58 of file storage32.c.
Referenced by OleCreateStaticFromData(), OleSave(), test_hglobal_storage_stat(), test_overwrite(), test_storage_refcount(), test_streamenum(), test_transacted_shared(), and test_writeclassstg().
Definition at line 96 of file storage32.c.
Referenced by OLECONVERT_CreateCompObjStream(), OleSaveToStream(), STORAGE_WriteCompObj(), and test_ReadClassStm().
Definition at line 53 of file storage32.c.
Referenced by OleConvertOLESTREAMToIStorage(), StgIsStorageFile(), StgIsStorageILockBytes(), StorageImpl_LoadFileHeader(), and StorageImpl_SaveFileHeader().