From 6076729649806e81931d5cb87568a051af43609e Mon Sep 17 00:00:00 2001 From: Patrik Stridvall Date: Tue, 19 Jun 2001 03:34:07 +0000 Subject: [PATCH] Documentation ordinal fixes. --- dlls/comctl32/comctl32undoc.c | 4 +-- dlls/comctl32/commctrl.c | 14 ++++---- dlls/comctl32/draglist.c | 6 ++-- dlls/comctl32/flatsb.c | 24 +++++++------- dlls/comctl32/imagelist.c | 75 ++++++++++++++++++++++--------------------- dlls/comctl32/propsheet.c | 8 +++-- dlls/commdlg/cdlg32.c | 5 +-- dlls/commdlg/colordlg.c | 4 +-- dlls/commdlg/filedlg.c | 8 ++--- dlls/commdlg/filetitle.c | 4 +-- dlls/commdlg/finddlg32.c | 8 ++--- dlls/commdlg/fontdlg.c | 6 ++-- dlls/commdlg/generic.c | 2 +- dlls/commdlg/printdlg.c | 12 +++---- 14 files changed, 93 insertions(+), 87 deletions(-) diff --git a/dlls/comctl32/comctl32undoc.c b/dlls/comctl32/comctl32undoc.c index 25758fa92a6..cc7f2c1cb1f 100644 --- a/dlls/comctl32/comctl32undoc.c +++ b/dlls/comctl32/comctl32undoc.c @@ -1086,7 +1086,7 @@ DSA_SetItem (const HDSA hdsa, INT nIndex, LPVOID pSrc) /************************************************************************** - * DSA_InsertItem [COMCTL32.325] + * DSA_InsertItem [COMCTL32.324] * * PARAMS * hdsa [I] pointer to the array control structure @@ -1210,7 +1210,7 @@ DSA_DeleteItem (const HDSA hdsa, INT nIndex) /************************************************************************** - * DSA_DeleteAllItems [COMCTL32.326] + * DSA_DeleteAllItems [COMCTL32.327] * * Removes all items and reinitializes the array. * diff --git a/dlls/comctl32/commctrl.c b/dlls/comctl32/commctrl.c index 25db18a3595..2978a800ba2 100644 --- a/dlls/comctl32/commctrl.c +++ b/dlls/comctl32/commctrl.c @@ -375,7 +375,8 @@ GetEffectiveClientRect (HWND hwnd, LPRECT lpRect, LPINT lpInfo) /*********************************************************************** - * DrawStatusTextA [COMCTL32.5][COMCTL32.27] + * DrawStatusText [COMCTL32.27] + * DrawStatusTextA [COMCTL32.5] * * Draws text with borders, like in a status bar. * @@ -443,7 +444,8 @@ DrawStatusTextW (HDC hdc, LPRECT lprc, LPCWSTR text, UINT style) /*********************************************************************** - * CreateStatusWindowA [COMCTL32.6][COMCTL32.21] + * CreateStatusWindow [COMCTL32.21] + * CreateStatusWindowA [COMCTL32.6] * * Creates a status bar * @@ -556,7 +558,7 @@ InitCommonControls (void) /*********************************************************************** - * InitCommonControlsEx [COMCTL32.81] + * InitCommonControlsEx [COMCTL32.84] * * Registers the common controls. * @@ -639,7 +641,7 @@ InitCommonControlsEx (LPINITCOMMONCONTROLSEX lpInitCtrls) /*********************************************************************** - * CreateToolbarEx [COMCTL32.32] Creates a tool bar window + * CreateToolbarEx [COMCTL32.23] Creates a tool bar window * * PARAMS * hwnd @@ -896,7 +898,7 @@ COMCTL32_DllGetVersion (DLLVERSIONINFO *pdvi) } /*********************************************************************** - * DllInstall (COMCTL32.@) + * DllInstall (COMCTL32.26) */ HRESULT WINAPI COMCTL32_DllInstall(BOOL bInstall, LPCWSTR cmdline) { @@ -988,7 +990,7 @@ static void CALLBACK TrackMouseEventProc(HWND hwndUnused, UINT uMsg, UINT_PTR id } /*********************************************************************** - * _TrackMouseEvent [COMCTL32.25] + * _TrackMouseEvent [COMCTL32.91] * * Requests notification of mouse events * diff --git a/dlls/comctl32/draglist.c b/dlls/comctl32/draglist.c index 044ef38c2be..d7225c202aa 100644 --- a/dlls/comctl32/draglist.c +++ b/dlls/comctl32/draglist.c @@ -21,7 +21,7 @@ DEFAULT_DEBUG_CHANNEL(commctrl); static DWORD dwLastScrollTime = 0; /*********************************************************************** - * MakeDragList + * MakeDragList (COMCTL32.13) */ BOOL WINAPI MakeDragList (HWND hwndLB) { @@ -32,7 +32,7 @@ BOOL WINAPI MakeDragList (HWND hwndLB) } /*********************************************************************** - * DrawInsert + * DrawInsert (COMCTL32.15) */ VOID WINAPI DrawInsert (HWND hwndParent, HWND hwndLB, INT nItem) { @@ -42,7 +42,7 @@ VOID WINAPI DrawInsert (HWND hwndParent, HWND hwndLB, INT nItem) } /*********************************************************************** - * LBItemFromPt + * LBItemFromPt (COMCTL32.14) */ INT WINAPI LBItemFromPt (HWND hwndLB, POINT pt, BOOL bAutoScroll) { diff --git a/dlls/comctl32/flatsb.c b/dlls/comctl32/flatsb.c index 0996c0ad7a4..774f8e4a161 100644 --- a/dlls/comctl32/flatsb.c +++ b/dlls/comctl32/flatsb.c @@ -32,7 +32,7 @@ typedef struct /*********************************************************************** - * InitializeFlatSB + * InitializeFlatSB (COMCTL32.86) * * returns nonzero if successful, zero otherwise * @@ -45,7 +45,7 @@ BOOL WINAPI InitializeFlatSB(HWND hwnd) } /*********************************************************************** - * UninitializeFlatSB + * UninitializeFlatSB (COMCTL32.90) * * returns: * E_FAIL if one of the scroll bars is currently in use @@ -61,7 +61,7 @@ HRESULT WINAPI UninitializeFlatSB(HWND hwnd) } /*********************************************************************** - * FlatSB_GetScrollProp + * FlatSB_GetScrollProp (COMCTL32.32) * * Returns nonzero if successful, or zero otherwise. If index is WSB_PROP_HSTYLE, * the return is nonzero if InitializeFlatSB has been called for this window, or @@ -77,7 +77,7 @@ FlatSB_GetScrollProp(HWND hwnd, INT propIndex, LPINT prop) } /*********************************************************************** - * FlatSB_SetScrollProp + * FlatSB_SetScrollProp (COMCTL32.36) */ BOOL WINAPI FlatSB_SetScrollProp(HWND hwnd, UINT index, INT newValue, BOOL flag) @@ -104,7 +104,7 @@ FlatSB_SetScrollProp(HWND hwnd, UINT index, INT newValue, BOOL flag) */ /*********************************************************************** - * FlatSB_EnableScrollBar + * FlatSB_EnableScrollBar (COMCTL32.29) */ BOOL WINAPI FlatSB_EnableScrollBar(HWND hwnd, int nBar, UINT flags) @@ -113,7 +113,7 @@ FlatSB_EnableScrollBar(HWND hwnd, int nBar, UINT flags) } /*********************************************************************** - * FlatSB_ShowScrollBar + * FlatSB_ShowScrollBar (COMCTL32.38) */ BOOL WINAPI FlatSB_ShowScrollBar(HWND hwnd, int nBar, BOOL fShow) @@ -122,7 +122,7 @@ FlatSB_ShowScrollBar(HWND hwnd, int nBar, BOOL fShow) } /*********************************************************************** - * FlatSB_GetScrollRange + * FlatSB_GetScrollRange (COMCTL32.33) */ BOOL WINAPI FlatSB_GetScrollRange(HWND hwnd, int nBar, LPINT min, LPINT max) @@ -131,7 +131,7 @@ FlatSB_GetScrollRange(HWND hwnd, int nBar, LPINT min, LPINT max) } /*********************************************************************** - * FlatSB_GetScrollInfo + * FlatSB_GetScrollInfo (COMCTL32.30) */ BOOL WINAPI FlatSB_GetScrollInfo(HWND hwnd, int nBar, LPSCROLLINFO info) @@ -140,7 +140,7 @@ FlatSB_GetScrollInfo(HWND hwnd, int nBar, LPSCROLLINFO info) } /*********************************************************************** - * FlatSB_GetScrollPos + * FlatSB_GetScrollPos (COMCTL32.31) */ INT WINAPI FlatSB_GetScrollPos(HWND hwnd, int nBar) @@ -149,7 +149,7 @@ FlatSB_GetScrollPos(HWND hwnd, int nBar) } /*********************************************************************** - * FlatSB_SetScrollPos + * FlatSB_SetScrollPos (COMCTL32.35) */ INT WINAPI FlatSB_SetScrollPos(HWND hwnd, int nBar, INT pos, BOOL bRedraw) @@ -158,7 +158,7 @@ FlatSB_SetScrollPos(HWND hwnd, int nBar, INT pos, BOOL bRedraw) } /*********************************************************************** - * FlatSB_SetScrollInfo + * FlatSB_SetScrollInfo (COMCTL32.34) */ INT WINAPI FlatSB_SetScrollInfo(HWND hwnd, int nBar, LPSCROLLINFO info, BOOL bRedraw) @@ -167,7 +167,7 @@ FlatSB_SetScrollInfo(HWND hwnd, int nBar, LPSCROLLINFO info, BOOL bRedraw) } /*********************************************************************** - * FlatSB_SetScrollRange + * FlatSB_SetScrollRange (COMCTL32.37) */ INT WINAPI FlatSB_SetScrollRange(HWND hwnd, int nBar, INT min, INT max, BOOL bRedraw) diff --git a/dlls/comctl32/imagelist.c b/dlls/comctl32/imagelist.c index 2fa131214c5..7efe3d739ca 100644 --- a/dlls/comctl32/imagelist.c +++ b/dlls/comctl32/imagelist.c @@ -464,7 +464,7 @@ IMAGELIST_InternalDrawOverlay(IMAGELISTDRAWPARAMS *pimldp, INT cx, INT cy) /************************************************************************* - * ImageList_Add [COMCTL32.39] + * ImageList_Add [COMCTL32.40] * * Add an image or images to an image list. * @@ -552,7 +552,7 @@ ImageList_Add (HIMAGELIST himl, HBITMAP hbmImage, HBITMAP hbmMask) /************************************************************************* - * ImageList_AddIcon [COMCTL32.40] + * ImageList_AddIcon [COMCTL32.41] * * Adds an icon to an image list. * @@ -573,7 +573,7 @@ ImageList_AddIcon (HIMAGELIST himl, HICON hIcon) /************************************************************************* - * ImageList_AddMasked [COMCTL32.41] + * ImageList_AddMasked [COMCTL32.42] * * Adds an image or images to an image list and creates a mask from the * specified bitmap using the mask color. @@ -685,7 +685,7 @@ ImageList_AddMasked (HIMAGELIST himl, HBITMAP hBitmap, COLORREF clrMask) /************************************************************************* - * ImageList_BeginDrag [COMCTL32.42] + * ImageList_BeginDrag [COMCTL32.43] * * Creates a temporary image list that contains one image. It will be used * as a drag image. @@ -751,7 +751,7 @@ ImageList_BeginDrag (HIMAGELIST himlTrack, INT iTrack, /************************************************************************* - * ImageList_Copy [COMCTL32.43] + * ImageList_Copy [COMCTL32.44] * * Copies an image of the source image list to an image of the * destination image list. Images can be copied or swapped. @@ -879,7 +879,7 @@ ImageList_Copy (HIMAGELIST himlDst, INT iDst, HIMAGELIST himlSrc, /************************************************************************* - * ImageList_Create [COMCTL32.44] Creates a new image list. + * ImageList_Create [COMCTL32.45] Creates a new image list. * * PARAMS * cx [I] image height @@ -973,7 +973,7 @@ ImageList_Create (INT cx, INT cy, UINT flags, /************************************************************************* - * ImageList_Destroy [COMCTL32.45] + * ImageList_Destroy [COMCTL32.46] * * Destroys an image list. * @@ -1010,7 +1010,7 @@ ImageList_Destroy (HIMAGELIST himl) /************************************************************************* - * ImageList_DragEnter [COMCTL32.46] + * ImageList_DragEnter [COMCTL32.47] * * Locks window update and displays the drag image at the given position. * @@ -1053,7 +1053,7 @@ ImageList_DragEnter (HWND hwndLock, INT x, INT y) /************************************************************************* - * ImageList_DragLeave [COMCTL32.47] + * ImageList_DragLeave [COMCTL32.48] * * Unlocks window update and hides the drag image. * @@ -1083,7 +1083,7 @@ ImageList_DragLeave (HWND hwndLock) /************************************************************************* - * ImageList_DragMove [COMCTL32.48] + * ImageList_DragMove [COMCTL32.49] * * Moves the drag image. * @@ -1115,7 +1115,7 @@ ImageList_DragMove (INT x, INT y) /************************************************************************* - * ImageList_DragShowNolock [COMCTL32.49] + * ImageList_DragShowNolock [COMCTL32.50] * * Shows or hides the drag image. * @@ -1163,7 +1163,7 @@ ImageList_DragShowNolock (BOOL bShow) /************************************************************************* - * ImageList_Draw [COMCTL32.50] Draws an image. + * ImageList_Draw [COMCTL32.51] Draws an image. * * PARAMS * himl [I] handle to image list @@ -1210,7 +1210,7 @@ ImageList_Draw (HIMAGELIST himl, INT i, HDC hdc, /************************************************************************* - * ImageList_DrawEx [COMCTL32.51] + * ImageList_DrawEx [COMCTL32.52] * * Draws an image and allows to use extended drawing features. * @@ -1264,7 +1264,7 @@ ImageList_DrawEx (HIMAGELIST himl, INT i, HDC hdc, INT x, INT y, /************************************************************************* - * ImageList_DrawIndirect [COMCTL32.52] + * ImageList_DrawIndirect [COMCTL32.53] * * Draws an image using ... * @@ -1330,7 +1330,7 @@ ImageList_DrawIndirect (IMAGELISTDRAWPARAMS *pimldp) /************************************************************************* - * ImageList_Duplicate [COMCTL32.53] Duplicates an image list. + * ImageList_Duplicate [COMCTL32.54] Duplicates an image list. * * PARAMS * himlSrc [I] source image list handle @@ -1382,7 +1382,7 @@ ImageList_Duplicate (HIMAGELIST himlSrc) /************************************************************************* - * ImageList_EndDrag [COMCTL32.54] Finishes a drag operation. + * ImageList_EndDrag [COMCTL32.55] Finishes a drag operation. * * Finishes a drag operation. * @@ -1418,7 +1418,7 @@ ImageList_EndDrag (void) /************************************************************************* - * ImageList_GetBkColor [COMCTL32.55] + * ImageList_GetBkColor [COMCTL32.56] * * Returns the background color of an image list. * @@ -1441,7 +1441,7 @@ ImageList_GetBkColor (HIMAGELIST himl) /************************************************************************* - * ImageList_GetDragImage [COMCTL32.56] + * ImageList_GetDragImage [COMCTL32.57] * * Returns the handle to the internal drag image list. * @@ -1470,7 +1470,7 @@ ImageList_GetDragImage (POINT *ppt, POINT *pptHotspot) /************************************************************************* - * ImageList_GetIcon [COMCTL32.57] + * ImageList_GetIcon [COMCTL32.59] * * Creates an icon from a masked image of an image list. * @@ -1539,7 +1539,7 @@ ImageList_GetIcon (HIMAGELIST himl, INT i, UINT fStyle) /************************************************************************* - * ImageList_GetIconSize [COMCTL32.58] + * ImageList_GetIconSize [COMCTL32.60] * * Retrieves the size of an image in an image list. * @@ -1574,7 +1574,7 @@ ImageList_GetIconSize (HIMAGELIST himl, INT *cx, INT *cy) /************************************************************************* - * ImageList_GetImageCount [COMCTL32.59] + * ImageList_GetImageCount [COMCTL32.61] * * Returns the number of images in an image list. * @@ -1597,7 +1597,7 @@ ImageList_GetImageCount (HIMAGELIST himl) /************************************************************************* - * ImageList_GetImageInfo [COMCTL32.60] + * ImageList_GetImageInfo [COMCTL32.62] * * Returns information about an image in an image list. * @@ -1632,7 +1632,7 @@ ImageList_GetImageInfo (HIMAGELIST himl, INT i, IMAGEINFO *pImageInfo) /************************************************************************* - * ImageList_GetImageRect [COMCTL32.61] + * ImageList_GetImageRect [COMCTL32.63] * * Retrieves the rectangle of the specified image in an image list. * @@ -1667,7 +1667,8 @@ ImageList_GetImageRect (HIMAGELIST himl, INT i, LPRECT lpRect) /************************************************************************* - * ImageList_LoadImageA [COMCTL32.63][COMCTL32.62] + * ImageList_LoadImageA [COMCTL32.65] + * ImageList_LoadImageA [COMCTL32.65] * * Creates an image list from a bitmap, icon or cursor. * @@ -1744,7 +1745,7 @@ ImageList_LoadImageA (HINSTANCE hi, LPCSTR lpbmp, INT cx, INT cGrow, /************************************************************************* - * ImageList_LoadImageW [COMCTL32.64] + * ImageList_LoadImageW [COMCTL32.66] * * Creates an image list from a bitmap, icon or cursor. * @@ -1808,7 +1809,7 @@ ImageList_LoadImageW (HINSTANCE hi, LPCWSTR lpbmp, INT cx, INT cGrow, /************************************************************************* - * ImageList_Merge [COMCTL32.65] + * ImageList_Merge [COMCTL32.67] * * Creates a new image list that contains a merged image from the specified * images of both source image lists. @@ -2036,7 +2037,7 @@ ret1: } /************************************************************************* - * ImageList_Read [COMCTL32.66] + * ImageList_Read [COMCTL32.68] * * Reads an image list from a stream. * @@ -2132,7 +2133,7 @@ HIMAGELIST WINAPI ImageList_Read (LPSTREAM pstm) /************************************************************************* - * ImageList_Remove [COMCTL32.67] Removes an image from an image list + * ImageList_Remove [COMCTL32.69] Removes an image from an image list * * PARAMS * himl [I] image list handle @@ -2263,7 +2264,7 @@ ImageList_Remove (HIMAGELIST himl, INT i) /************************************************************************* - * ImageList_Replace [COMCTL32.68] + * ImageList_Replace [COMCTL32.70] * * Replaces an image in an image list with a new image. * @@ -2334,7 +2335,7 @@ ImageList_Replace (HIMAGELIST himl, INT i, HBITMAP hbmImage, /************************************************************************* - * ImageList_ReplaceIcon [COMCTL32.69] + * ImageList_ReplaceIcon [COMCTL32.75] * * Replaces an image in an image list using an icon. * @@ -2430,7 +2431,7 @@ ImageList_ReplaceIcon (HIMAGELIST himl, INT i, HICON hIcon) /************************************************************************* - * ImageList_SetBkColor [COMCTL32.70] + * ImageList_SetBkColor [COMCTL32.76] * * Sets the background color of an image list. * @@ -2458,7 +2459,7 @@ ImageList_SetBkColor (HIMAGELIST himl, COLORREF clrBk) /************************************************************************* - * ImageList_SetDragCursorImage [COMCTL32.75] + * ImageList_SetDragCursorImage [COMCTL32.77] * * Combines the specified image with the current drag image * @@ -2504,7 +2505,7 @@ ImageList_SetDragCursorImage (HIMAGELIST himlDrag, INT iDrag, /************************************************************************* - * ImageList_SetFilter [COMCTL32.76] + * ImageList_SetFilter [COMCTL32.78] * * Sets a filter (or does something completely different)!!??? * @@ -2533,7 +2534,7 @@ ImageList_SetFilter (HIMAGELIST himl, INT i, DWORD dwFilter) /************************************************************************* - * ImageList_SetIconSize [COMCTL32.77] + * ImageList_SetIconSize [COMCTL32.80] * * Sets the image size of the bitmap and deletes all images. * @@ -2582,7 +2583,7 @@ ImageList_SetIconSize (HIMAGELIST himl, INT cx, INT cy) /************************************************************************* - * ImageList_SetImageCount [COMCTL32.78] + * ImageList_SetImageCount [COMCTL32.81] * * Resizes an image list to the specified number of images. * @@ -2677,7 +2678,7 @@ ImageList_SetImageCount (HIMAGELIST himl, INT iImageCount) /************************************************************************* - * ImageList_SetOverlayImage [COMCTL32.79] + * ImageList_SetOverlayImage [COMCTL32.82] * * Assigns an overlay mask index to an existing image in an image list. * @@ -2706,7 +2707,7 @@ ImageList_SetOverlayImage (HIMAGELIST himl, INT iImage, INT iOverlay) /************************************************************************* - * ImageList_Write [COMCTL32.80] + * ImageList_Write [COMCTL32.83] * * Writes an image list to a stream. * diff --git a/dlls/comctl32/propsheet.c b/dlls/comctl32/propsheet.c index 89b22a64e6f..c4b1905d163 100644 --- a/dlls/comctl32/propsheet.c +++ b/dlls/comctl32/propsheet.c @@ -1900,7 +1900,8 @@ static void PROPSHEET_CleanUp(HWND hwndDlg) } /****************************************************************************** - * PropertySheetA (COMCTL32.84)(COMCTL32.83) + * PropertySheet (COMCTL32.87) + * PropertySheetA (COMCTL32.88) */ INT WINAPI PropertySheetA(LPCPROPSHEETHEADERA lppsh) { @@ -1942,7 +1943,7 @@ INT WINAPI PropertySheetA(LPCPROPSHEETHEADERA lppsh) } /****************************************************************************** - * PropertySheetW (COMCTL32.85) + * PropertySheetW (COMCTL32.89) */ INT WINAPI PropertySheetW(LPCPROPSHEETHEADERW propertySheetHeader) { @@ -1952,7 +1953,8 @@ INT WINAPI PropertySheetW(LPCPROPSHEETHEADERW propertySheetHeader) } /****************************************************************************** - * CreatePropertySheetPageA (COMCTL32.19)(COMCTL32.18) + * CreatePropertySheetPage (COMCTL32.18) + * CreatePropertySheetPageA (COMCTL32.19) */ HPROPSHEETPAGE WINAPI CreatePropertySheetPageA( LPCPROPSHEETPAGEA lpPropSheetPage) diff --git a/dlls/commdlg/cdlg32.c b/dlls/commdlg/cdlg32.c index 4944f220073..abce7f43fbc 100644 --- a/dlls/commdlg/cdlg32.c +++ b/dlls/commdlg/cdlg32.c @@ -37,7 +37,7 @@ DWORD WINAPI (*COMDLG32_SHFree)(LPVOID); BOOL WINAPI (*COMDLG32_SHGetFolderPathA)(HWND,int,HANDLE,DWORD,LPSTR); /*********************************************************************** - * COMDLG32_DllEntryPoint (COMDLG32.entry) + * COMDLG32_DllEntryPoint (COMDLG32.init) * * Initialization code for the COMDLG32 DLL * @@ -153,7 +153,8 @@ void COMDLG32_SetCommDlgExtendedError(DWORD err) /*********************************************************************** - * CommDlgExtendedError (COMDLG32.5) + * CommDlgExtendedError (COMMDLG.26) + * CommDlgExtendedError (COMDLG32.@) * * Get the thread's local error value if a comdlg32 function fails. * RETURNS diff --git a/dlls/commdlg/colordlg.c b/dlls/commdlg/colordlg.c index 108c01946d1..4a77ac4c08d 100644 --- a/dlls/commdlg/colordlg.c +++ b/dlls/commdlg/colordlg.c @@ -1432,7 +1432,7 @@ BOOL16 WINAPI ChooseColor16( LPCHOOSECOLOR16 lpChCol ) } /*********************************************************************** - * ChooseColorW (COMDLG32.2) + * ChooseColorW (COMDLG32.@) */ BOOL WINAPI ChooseColorW( LPCHOOSECOLORW lpChCol ) @@ -1492,7 +1492,7 @@ BOOL WINAPI ChooseColorW( LPCHOOSECOLORW lpChCol ) } /*********************************************************************** - * ChooseColorA (COMDLG32.1) + * ChooseColorA (COMDLG32.@) */ BOOL WINAPI ChooseColorA( LPCHOOSECOLORA lpChCol ) diff --git a/dlls/commdlg/filedlg.c b/dlls/commdlg/filedlg.c index c6f75a356ae..3df1ed1247a 100644 --- a/dlls/commdlg/filedlg.c +++ b/dlls/commdlg/filedlg.c @@ -1550,7 +1550,7 @@ BOOL16 WINAPI GetSaveFileName16( } /*********************************************************************** - * GetOpenFileNameA (COMDLG32.10) + * GetOpenFileNameA (COMDLG32.@) * * Creates a dialog box for the user to select a file to open. * @@ -1581,7 +1581,7 @@ BOOL WINAPI GetOpenFileNameA( } /*********************************************************************** - * GetOpenFileNameW (COMDLG32.11) + * GetOpenFileNameW (COMDLG32.@) * * Creates a dialog box for the user to select a file to open. * @@ -1612,7 +1612,7 @@ BOOL WINAPI GetOpenFileNameW( } /*********************************************************************** - * GetSaveFileNameA (COMDLG32.12) + * GetSaveFileNameA (COMDLG32.@) * * Creates a dialog box for the user to select a file to save. * @@ -1643,7 +1643,7 @@ BOOL WINAPI GetSaveFileNameA( } /*********************************************************************** - * GetSaveFileNameW (COMDLG32.13) + * GetSaveFileNameW (COMDLG32.@) * * Creates a dialog box for the user to select a file to save. * diff --git a/dlls/commdlg/filetitle.c b/dlls/commdlg/filetitle.c index 62f8598d908..03a026aaeb1 100644 --- a/dlls/commdlg/filetitle.c +++ b/dlls/commdlg/filetitle.c @@ -19,7 +19,7 @@ DEFAULT_DEBUG_CHANNEL(commdlg); #include "cdlg.h" /*********************************************************************** - * GetFileTitleA (COMDLG32.8) + * GetFileTitleA (COMDLG32.@) * */ short WINAPI GetFileTitleA(LPCSTR lpFile, LPSTR lpTitle, UINT cbBuf) @@ -68,7 +68,7 @@ short WINAPI GetFileTitleA(LPCSTR lpFile, LPSTR lpTitle, UINT cbBuf) /*********************************************************************** - * GetFileTitleW (COMDLG32.9) + * GetFileTitleW (COMDLG32.@) * */ short WINAPI GetFileTitleW(LPCWSTR lpFile, LPWSTR lpTitle, UINT cbBuf) diff --git a/dlls/commdlg/finddlg32.c b/dlls/commdlg/finddlg32.c index 734c0b85e01..4843e28d414 100644 --- a/dlls/commdlg/finddlg32.c +++ b/dlls/commdlg/finddlg32.c @@ -424,7 +424,7 @@ cleanup: } /*********************************************************************** - * FindTextA [COMDLG32.6] + * FindTextA [COMDLG32.@] * RETURNS * Window handle to created dialog: Success * NULL: Failure @@ -448,7 +448,7 @@ HWND WINAPI FindTextA( } /*********************************************************************** - * ReplaceTextA [COMDLG32.19] + * ReplaceTextA [COMDLG32.@] * RETURNS * Window handle to created dialog: Success * NULL: Failure @@ -473,7 +473,7 @@ HWND WINAPI ReplaceTextA( } /*********************************************************************** - * FindTextW [COMDLG32.7] + * FindTextW [COMDLG32.@] * RETURNS * Window handle to created dialog: Success * NULL: Failure @@ -504,7 +504,7 @@ HWND WINAPI FindTextW( } /*********************************************************************** - * ReplaceTextW [COMDLG32.20] + * ReplaceTextW [COMDLG32.@] * RETURNS * Window handle to created dialog: Success * NULL: Failure diff --git a/dlls/commdlg/fontdlg.c b/dlls/commdlg/fontdlg.c index c4646062719..4e933a5fbf2 100644 --- a/dlls/commdlg/fontdlg.c +++ b/dlls/commdlg/fontdlg.c @@ -241,7 +241,7 @@ BOOL16 WINAPI ChooseFont16(LPCHOOSEFONT16 lpChFont) /*********************************************************************** - * ChooseFontA (COMDLG32.3) + * ChooseFontA (COMDLG32.@) */ BOOL WINAPI ChooseFontA(LPCHOOSEFONTA lpChFont) { @@ -269,7 +269,7 @@ BOOL WINAPI ChooseFontA(LPCHOOSEFONTA lpChFont) } /*********************************************************************** - * ChooseFontW (COMDLG32.4) + * ChooseFontW (COMDLG32.@) * * NOTES: * @@ -380,7 +380,7 @@ BOOL WINAPI ChooseFontW(LPCHOOSEFONTW lpChFont) #if 0 /*********************************************************************** - * ChooseFontW (COMDLG32.4) + * ChooseFontW (COMDLG32.@) */ BOOL WINAPI ChooseFontW(LPCHOOSEFONTW lpChFont) { diff --git a/dlls/commdlg/generic.c b/dlls/commdlg/generic.c index 24fd66d382b..53a476048d7 100644 --- a/dlls/commdlg/generic.c +++ b/dlls/commdlg/generic.c @@ -20,7 +20,7 @@ HINSTANCE COMMDLG_hInstance32 = 0; static int COMMDLG_Attach = 0; /*********************************************************************** - * COMMDLG_DllEntryPoint [COMMDLG.entry] + * COMMDLG_DllEntryPoint [COMMDLG.32] * * Initialization code for the COMMDLG DLL * diff --git a/dlls/commdlg/printdlg.c b/dlls/commdlg/printdlg.c index 9a9ab9cf7f4..a058b781def 100644 --- a/dlls/commdlg/printdlg.c +++ b/dlls/commdlg/printdlg.c @@ -1311,7 +1311,7 @@ static BOOL PRINTDLG_CreateDC16(LPPRINTDLG16 lppd) } /*********************************************************************** - * PrintDlgA (COMDLG32.17) + * PrintDlgA (COMDLG32.@) * * Displays the the PRINT dialog box, which enables the user to specify * specific properties of the print job. @@ -1663,7 +1663,7 @@ BOOL16 WINAPI PrintDlg16( /*********************************************************************** - * PrintDlgW (COMDLG32.18) + * PrintDlgW (COMDLG32.@) */ BOOL WINAPI PrintDlgW( LPPRINTDLGW printdlg ) { @@ -1967,7 +1967,7 @@ PageDlgProcA(HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) } /*********************************************************************** - * PageSetupDlgA (COMDLG32.15) + * PageSetupDlgA (COMDLG32.@) */ BOOL WINAPI PageSetupDlgA(LPPAGESETUPDLGA setupdlg) { HGLOBAL hDlgTmpl; @@ -2033,7 +2033,7 @@ BOOL WINAPI PageSetupDlgA(LPPAGESETUPDLGA setupdlg) { return bRet; } /*********************************************************************** - * PageSetupDlgW (COMDLG32.16) + * PageSetupDlgW (COMDLG32.@) */ BOOL WINAPI PageSetupDlgW(LPPAGESETUPDLGW setupdlg) { FIXME("(%p), stub!\n",setupdlg); @@ -2131,7 +2131,7 @@ LRESULT WINAPI PrintSetupDlgProc16(HWND16 hWnd, UINT16 wMsg, WPARAM16 wParam, /*********************************************************************** - * PrintDlgExA + * PrintDlgExA (COMDLG32.@) */ HRESULT WINAPI PrintDlgExA(LPVOID lpPrintDlgExA) /* [???] FIXME: LPPRINTDLGEXA */ { @@ -2139,7 +2139,7 @@ HRESULT WINAPI PrintDlgExA(LPVOID lpPrintDlgExA) /* [???] FIXME: LPPRINTDLGEXA * return E_NOTIMPL; } /*********************************************************************** - * PrintDlgExW + * PrintDlgExW (COMDLG32.@) */ HRESULT WINAPI PrintDlgExW(LPVOID lpPrintDlgExW) /* [???] FIXME: LPPRINTDLGEXW */ { -- 2.11.4.GIT