Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
86098990
Commit
86098990
authored
Mar 15, 2003
by
Jon Griffiths
Committed by
Alexandre Julliard
Mar 15, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation updates.
parent
ab9bb9c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
istream.c
dlls/shlwapi/istream.c
+5
-5
No files found.
dlls/shlwapi/istream.c
View file @
86098990
...
...
@@ -495,10 +495,10 @@ HRESULT WINAPI SHCreateStreamOnFileW(LPCWSTR lpszPath, DWORD dwMode,
* PARAMS
* lpszPath [I] Path of file to create stream on
* dwMode [I] Mode to create stream in
* lppStream [O] Destination for created
stream
* lppStream [O] Destination for created
IStream object
*
* RETURNS
* Success: S_OK. lppStream contains the new
s
tream object
* Success: S_OK. lppStream contains the new
IS
tream object
* Failure: E_INVALIDARG if any parameter is invalid, or an HRESULT error code
*/
HRESULT
WINAPI
SHCreateStreamOnFileA
(
LPCSTR
lpszPath
,
DWORD
dwMode
,
...
...
@@ -517,7 +517,7 @@ HRESULT WINAPI SHCreateStreamOnFileA(LPCSTR lpszPath, DWORD dwMode,
/*************************************************************************
* @ [SHLWAPI.184]
*
* Call IStream
::Read on a S
tream.
* Call IStream
_Read() on a s
tream.
*
* PARAMS
* lpStream [I] IStream object
...
...
@@ -589,7 +589,7 @@ BOOL WINAPI SHLWAPI_166(IStream *lpStream)
/*************************************************************************
* @ [SHLWAPI.212]
*
* Call IStream
::Write on a S
tream.
* Call IStream
_Write() on a s
tream.
*
* PARAMS
* lpStream [I] IStream object
...
...
@@ -639,7 +639,7 @@ HRESULT WINAPI SHLWAPI_213(IStream *lpStream)
/*************************************************************************
* @ [SHLWAPI.214]
*
* Get the size of a
S
tream.
* Get the size of a
s
tream.
*
* PARAMS
* lpStream [I] IStream object
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment