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
8519a6c4
Commit
8519a6c4
authored
Nov 21, 2006
by
Huw Davies
Committed by
Alexandre Julliard
Nov 22, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Spelling fixes.
parent
1f34fdff
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
hglobalstream.c
dlls/ole32/hglobalstream.c
+1
-1
marshal.c
dlls/ole32/marshal.c
+4
-4
memlockbytes.c
dlls/ole32/memlockbytes.c
+1
-1
memlockbytes16.c
dlls/ole32/memlockbytes16.c
+1
-1
No files found.
dlls/ole32/hglobalstream.c
View file @
8519a6c4
...
...
@@ -49,7 +49,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(storage);
/****************************************************************************
* HGLOBALStreamImpl definition.
*
* This class im
lements the IStream inte
face and represents a stream
* This class im
plements the IStream inter
face and represents a stream
* supported by an HGLOBAL pointer.
*/
struct
HGLOBALStreamImpl
...
...
dlls/ole32/marshal.c
View file @
8519a6c4
...
...
@@ -1755,7 +1755,7 @@ HRESULT WINAPI CoReleaseMarshalData(IStream *pStream)
* PARAMS
* riid [I] Identifier of the interface to be marshalled.
* pUnk [I] Pointer to IUnknown-derived interface that will be marshalled.
* ppStm [O] Pointer to IStream object that is created and then used to store the marshalled inteface.
* ppStm [O] Pointer to IStream object that is created and then used to store the marshalled inte
r
face.
*
* RETURNS
* Success: S_OK
...
...
@@ -1794,10 +1794,10 @@ HRESULT WINAPI CoMarshalInterThreadInterfaceInStream(
/***********************************************************************
* CoGetInterfaceAndReleaseStream [OLE32.@]
*
* Unmarshalls an inteface from a stream and then releases the stream.
* Unmarshalls an inte
r
face from a stream and then releases the stream.
*
* PARAMS
* pStm [I] Stream that contains the marshalled inteface.
* pStm [I] Stream that contains the marshalled inte
r
face.
* riid [I] Interface identifier of the object to unmarshall.
* ppv [O] Address of pointer where the requested interface object will be stored.
*
...
...
@@ -1806,7 +1806,7 @@ HRESULT WINAPI CoMarshalInterThreadInterfaceInStream(
* Failure: A COM error code
*
* SEE ALSO
* CoMarshalInterThreadInterfaceInStream() and CoUnmarshalInteface()
* CoMarshalInterThreadInterfaceInStream() and CoUnmarshalInte
r
face()
*/
HRESULT
WINAPI
CoGetInterfaceAndReleaseStream
(
LPSTREAM
pStm
,
REFIID
riid
,
LPVOID
*
ppv
)
...
...
dlls/ole32/memlockbytes.c
View file @
8519a6c4
...
...
@@ -43,7 +43,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(ole);
/******************************************************************************
* HGLOBALLockBytesImpl definition.
*
* This class im
lements the ILockBytes inte
face and represents a byte array
* This class im
plements the ILockBytes inter
face and represents a byte array
* object supported by an HGLOBAL pointer.
*/
struct
HGLOBALLockBytesImpl
...
...
dlls/ole32/memlockbytes16.c
View file @
8519a6c4
...
...
@@ -43,7 +43,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(ole);
/******************************************************************************
* HGLOBALLockBytesImpl16 definition.
*
* This class im
lements the ILockBytes inte
face and represents a byte array
* This class im
plements the ILockBytes inter
face and represents a byte array
* object supported by an HGLOBAL pointer.
*/
struct
HGLOBALLockBytesImpl16
...
...
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