|
ReactOS 0.4.17-dev-357-ga8f14ff
|
#include <stdarg.h>#include <string.h>#include "winerror.h"#include "windef.h"#include "winbase.h"#include "objbase.h"#include "winreg.h"#include "shlwapi.h"#include "wine/debug.h"
Go to the source code of this file.
Classes | |
| struct | ISHRegStream |
Macros | |
| #define | COBJMACROS |
Variables | |
| static const IStreamVtbl | rstvt |
| #define COBJMACROS |
Definition at line 25 of file regstream.c.
|
inlinestatic |
Definition at line 54 of file regstream.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().
|
static |
Definition at line 377 of file regstream.c.
Referenced by SHCreateStreamWrapper().
Definition at line 86 of file regstream.c.
Definition at line 343 of file regstream.c.
Definition at line 277 of file regstream.c.
|
static |
Definition at line 260 of file regstream.c.
|
static |
Definition at line 303 of file regstream.c.
|
static |
Definition at line 62 of file regstream.c.
|
static |
Definition at line 148 of file regstream.c.
Definition at line 99 of file regstream.c.
Definition at line 290 of file regstream.c.
|
static |
Definition at line 207 of file regstream.c.
|
static |
Definition at line 237 of file regstream.c.
|
static |
Definition at line 316 of file regstream.c.
|
static |
Definition at line 176 of file regstream.c.
| HRESULT WINAPI SHCreateStreamWrapper | ( | LPBYTE | lpbData, |
| DWORD | dwDataLen, | ||
| DWORD | dwReserved, | ||
| IStream ** | lppStream | ||
| ) |
Definition at line 418 of file regstream.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
|
static |
Definition at line 354 of file regstream.c.
Referenced by IStream_Create().