ole32: Standardize some documentation comments.
This commit is contained in:
parent
e9fb8c6728
commit
aa857dead3
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue