From 0def501dcc42266367d33d789edd8afb53fb6a64 Mon Sep 17 00:00:00 2001 From: Kamil Kurkiewicz Date: Sun, 28 Apr 2024 12:57:11 +0200 Subject: [PATCH] Update wm-updateuistate.md --- desktop-src/menurc/wm-updateuistate.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop-src/menurc/wm-updateuistate.md b/desktop-src/menurc/wm-updateuistate.md index dca9ee8e7b9..e1fbbacd25e 100644 --- a/desktop-src/menurc/wm-updateuistate.md +++ b/desktop-src/menurc/wm-updateuistate.md @@ -40,9 +40,9 @@ The low-order word specifies the action to be performed. This parameter can be o | Value | Meaning | |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------| -|
**UIS\_CLEAR**
2
| The UI state element specified by the high-order word should be hidden.
| +|
**UIS\_CLEAR**
2
| The UI state element specified by the high-order word should be visible.
| |
**UIS\_INITIALIZE**
3
| The UI state element specified by the high-order word should be changed based on the last input event. For more information, see Remarks.
| -|
**UIS\_SET**
1
| The UI state element specified by the high-order word should be visible.
| +|
**UIS\_SET**
1
| The UI state element specified by the high-order word should be hidden.
|