Skip to content

Commit 1d1510d

Browse files
v-makoudColin Robertson
authored andcommitted
CC83926: Fixing parameter type of OnGetMinMaxInfo() (MicrosoftDocs#573)
Hello, @Saisang, @ghogen, @Mikejo5000 This proposed file change comes from https://github.com/MicrosoftDocs/cpp-docs.de-de/pull/13 . Could you review this contribution and help to merge if agreed? Many thanks in advance.
1 parent 3da2cb3 commit 1d1510d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mfc/reference/wm-message-handlers-f-k.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The following map entries on the left correspond to the function prototypes on t
1313
|---------------|------------------------|
1414
|ON_WM_FONTCHANGE()|afx_msg void [OnFontChange](../../mfc/reference/cwnd-class.md#onfontchange)();|
1515
|ON_WM_GETDLGCODE()|afx_msg UINT [OnGetDlgCode](../../mfc/reference/cwnd-class.md#ongetdlgcode)();|
16-
|ON_WM_GETMINMAXINFO()|afx_msg void [OnGetMinMaxInfo](../../mfc/reference/cwnd-class.md#ongetminmaxinfo)(LPPOINT);|
16+
|ON_WM_GETMINMAXINFO()|afx_msg void [OnGetMinMaxInfo](../../mfc/reference/cwnd-class.md#ongetminmaxinfo)(MINMAXINFO*);|
1717
|ON_WM_HELPINFO()|afx_msg BOOL [OnHelpInfo](../../mfc/reference/cwnd-class.md#onhelpinfo)(HELPINFO*);|
1818
|ON_WM_HOTKEY()|afx_msg void [OnHotKey](../../mfc/reference/cwnd-class.md#onhotkey)(UINT, UINT, UINT);|
1919
|ON_WM_HSCROLL()|afx_msg void [OnHScroll](../../mfc/reference/cwnd-class.md#onhscroll)(UINT, UINT, CWnd*);|

0 commit comments

Comments
 (0)