mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 11:04:52 +00:00
[PSDK] Add missing SHCreateMemStream() declaration.
svn path=/trunk/; revision=74861
This commit is contained in:
parent
f4bd80599a
commit
83d3b7e46f
1 changed files with 6 additions and 0 deletions
|
@ -1853,6 +1853,12 @@ SHCreateStreamOnFileW(
|
||||||
|
|
||||||
#define SHCreateStreamOnFile WINELIB_NAME_AW(SHCreateStreamOnFile)
|
#define SHCreateStreamOnFile WINELIB_NAME_AW(SHCreateStreamOnFile)
|
||||||
|
|
||||||
|
struct IStream*
|
||||||
|
WINAPI
|
||||||
|
SHCreateMemStream(
|
||||||
|
_In_reads_bytes_opt_(cbInit) const BYTE *pInit,
|
||||||
|
_In_ UINT cbInit);
|
||||||
|
|
||||||
HRESULT
|
HRESULT
|
||||||
WINAPI
|
WINAPI
|
||||||
SHCreateStreamOnFileEx(
|
SHCreateStreamOnFileEx(
|
||||||
|
|
Loading…
Reference in a new issue