ole32: Standardize some documentation comments.

Francois Gouget fgouget at free.fr
Sun Nov 12 13:23:57 CST 2006


---
 dlls/ole32/ole2_16.c |    5 ++++-
 dlls/ole32/storage.c |    5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/dlls/ole32/ole2_16.c b/dlls/ole32/ole2_16.c
index 7130be1..20e9725 100644
--- a/dlls/ole32/ole2_16.c
+++ b/dlls/ole32/ole2_16.c
@@ -154,9 +154,12 @@ HRESULT WINAPI CreateFileMoniker16(LPCOL
 
 /******************************************************************************
  *        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,
diff --git a/dlls/ole32/storage.c b/dlls/ole32/storage.c
index 901150c..401c984 100644
--- a/dlls/ole32/storage.c
+++ b/dlls/ole32/storage.c
@@ -2181,9 +2181,12 @@ HRESULT WINAPI StgIsStorageILockBytes16(
 
 /******************************************************************************
  *    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,
-- 
1.4.1.1



More information about the wine-patches mailing list