ole32: Standardize some documentation comments.
authorFrancois Gouget <fgouget@free.fr>
Sun, 12 Nov 2006 19:23:57 +0000 (20:23 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 13 Nov 2006 12:01:08 +0000 (13:01 +0100)
dlls/ole32/ole2_16.c
dlls/ole32/storage.c

index a7a5f55..1c6bba1 100644 (file)
@@ -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,
index 901150c..401c984 100644 (file)
@@ -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,