|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "winerror.h"#include "winnls.h"#include "shlwapi.h"#include "wine/debug.h"
Go to the source code of this file.
Classes | |
| struct | ISHFileStream |
Macros | |
| #define | COBJMACROS |
| #define | NONAMELESSUNION |
| #define | NO_SHLWAPI_REG |
| #define | NO_SHLWAPI_PATH |
| #define | STGM_ACCESS_MODE(stgm) ((stgm)&0x0000f) |
| #define | STGM_SHARE_MODE(stgm) ((stgm)&0x000f0) |
| #define | STGM_CREATE_MODE(stgm) ((stgm)&0x0f000) |
Variables | |
| static const IStreamVtbl | SHLWAPI_fsVTable |
|
inlinestatic |
Definition at line 53 of file istream.c.
Referenced by IStream_fnAddRef(), IStream_fnClone(), IStream_fnCommit(), IStream_fnCopyTo(), IStream_fnLockUnlockRegion(), IStream_fnQueryInterface(), IStream_fnRead(), IStream_fnRelease(), IStream_fnRevert(), IStream_fnSeek(), IStream_fnSetSize(), IStream_fnStat(), and IStream_fnWrite().
Definition at line 362 of file istream.c.
Referenced by SHCreateStreamOnFileEx().
Definition at line 259 of file istream.c.
Referenced by IStream_fnCopyTo(), IStream_fnRelease(), IStream_fnSeek(), and IStream_fnSetSize().
|
static |
Definition at line 209 of file istream.c.
|
static |
|
static |
|
static |
Definition at line 119 of file istream.c.
Referenced by IStream_fnCopyTo().
|
static |
|
static |
|
static |
Definition at line 293 of file istream.c.
|
static |
Definition at line 139 of file istream.c.
Referenced by IStream_fnCopyTo().
Definition at line 640 of file istream.c.
Referenced by Open().
| HRESULT WINAPI IStream_Size | ( | IStream * | lpStream, |
| ULARGE_INTEGER * | lpulSize | ||
| ) |
Definition at line 661 of file istream.c.
Referenced by CDesktopUpgradePropertyBag::_GetOldDesktopViewStream(), CRegPropertyBag::_GetStreamSize(), and CDesktopUpgradePropertyBag::_NewStreamFromOld().
Definition at line 512 of file istream.c.
Referenced by test_SHCreateStreamOnFileA().
| HRESULT WINAPI SHCreateStreamOnFileEx | ( | LPCWSTR | lpszPath, |
| DWORD | dwMode, | ||
| DWORD | dwAttributes, | ||
| BOOL | bCreate, | ||
| IStream * | lpTemplate, | ||
| IStream ** | lppStream | ||
| ) |
Definition at line 401 of file istream.c.
Referenced by DoLoadPicture(), OpenStreamOnFile(), SHCreateStreamOnFileW(), test_SHCreateStreamOnFileEx(), and test_SHCreateStreamOnFileEx_CopyTo().
Definition at line 484 of file istream.c.
Referenced by dump_stream_to_file(), GdipCreateStreamOnFile(), IWICStreamImpl_InitializeFromFilename(), CShellLink::Load(), Open(), parse_config_file(), CShellLink::Save(), SHCreateStreamOnFileA(), and test_SHCreateStreamOnFileW().
Definition at line 567 of file istream.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
|
static |
Definition at line 339 of file istream.c.
Referenced by IStream_Create().