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
aa857dea
Commit
aa857dea
authored
Nov 12, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 13, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Standardize some documentation comments.
parent
e9fb8c67
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
ole2_16.c
dlls/ole32/ole2_16.c
+4
-1
storage.c
dlls/ole32/storage.c
+4
-1
No files found.
dlls/ole32/ole2_16.c
View file @
aa857dea
...
...
@@ -154,9 +154,12 @@ HRESULT WINAPI CreateFileMoniker16(LPCOLESTR16 lpszPathName,LPMONIKER* ppmk)
/******************************************************************************
* OleSetMenuDescriptor (OLE2.41)
*
* PARAMS
* hOleMenu FIXME: Should probably be an HOLEMENU16.
*/
HRESULT
WINAPI
OleSetMenuDescriptor16
(
HOLEMENU
hOleMenu
,
/* FIXME: HOLEMENU16 likely */
HOLEMENU
hOleMenu
,
HWND16
hwndFrame
,
HWND16
hwndActiveObject
,
LPOLEINPLACEFRAME
lpFrame
,
...
...
dlls/ole32/storage.c
View file @
aa857dea
...
...
@@ -2181,9 +2181,12 @@ HRESULT WINAPI StgIsStorageILockBytes16(SEGPTR plkbyt)
/******************************************************************************
* StgOpenStorageOnILockBytes [STORAGE.4]
*
* PARAMS
* plkbyt FIXME: Should probably be an ILockBytes16 *.
*/
HRESULT
WINAPI
StgOpenStorageOnILockBytes16
(
SEGPTR
/*ILockBytes16 **/
plkbyt
,
SEGPTR
plkbyt
,
IStorage16
*
pstgPriority
,
DWORD
grfMode
,
SNB16
snbExclude
,
...
...
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