From 5dd849eeedf1c5acb582006a09d2739d81664a9e Mon Sep 17 00:00:00 2001 From: dahall Date: Thu, 10 Mar 2022 17:46:12 -0700 Subject: [PATCH] Fixed XML docs --- PInvoke/User32/User32_WindowMessage.cs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/PInvoke/User32/User32_WindowMessage.cs b/PInvoke/User32/User32_WindowMessage.cs index 9f9f1142..5e4c9127 100644 --- a/PInvoke/User32/User32_WindowMessage.cs +++ b/PInvoke/User32/User32_WindowMessage.cs @@ -318,14 +318,16 @@ namespace Vanara.PInvoke /// /// SendMessage( (HWND) hWnd, WM_SETREDRAW, (WPARAM) wParam, (LPARAM) lParam ); /// - /// - /// + /// wParam + /// /// The redraw state. If this parameter is TRUE, then the content can be redrawn after a change. If this parameter is /// FALSE, then the content can't be redrawn after a change. - /// - /// This parameter isn't used. + /// + /// lParam + /// This parameter isn't used. /// Returns /// Your application should return 0 if it processes this message. + /// /// /// /// This message can be useful if your application must add several items to a list box. Your application can call this message