From f80c223c4c9667b63c1db0bfb32f8f374805d3b9 Mon Sep 17 00:00:00 2001 From: HO-COOH Date: Mon, 20 Oct 2025 10:28:58 +0800 Subject: [PATCH] Update nf-shobjidl_core-itaskbarlist2-markfullscreenwindow.md --- .../nf-shobjidl_core-itaskbarlist2-markfullscreenwindow.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk-api-src/content/shobjidl_core/nf-shobjidl_core-itaskbarlist2-markfullscreenwindow.md b/sdk-api-src/content/shobjidl_core/nf-shobjidl_core-itaskbarlist2-markfullscreenwindow.md index 7d865bfeb87c..73f3d71ae393 100644 --- a/sdk-api-src/content/shobjidl_core/nf-shobjidl_core-itaskbarlist2-markfullscreenwindow.md +++ b/sdk-api-src/content/shobjidl_core/nf-shobjidl_core-itaskbarlist2-markfullscreenwindow.md @@ -78,7 +78,7 @@ Setting the value of fFullscreen to TRUE, the Shell treats this wi -**Since Windows 7,** call `SetProp(hwnd, L”NonRudeHWND”, reinterpret_cast(TRUE))` before showing a window to indicate to the Shell that the window should not be treated as full-screen. This ensures the taskbar does not adjust itself to be below the window in z-order. This is similar to `ITaskbarList2::MarkFullscreenWindow(FALSE)` except the Shell will not fallback to its automatic detection facility and will not treat the window as full-screen. +**Since Windows 7,** call `SetProp(hwnd, L"NonRudeHWND", reinterpret_cast(TRUE))` before showing a window to indicate to the Shell that the window should not be treated as full-screen. This ensures the taskbar does not adjust itself to be below the window in z-order. This is similar to `ITaskbarList2::MarkFullscreenWindow(FALSE)` except the Shell will not fallback to its automatic detection facility and will not treat the window as full-screen. ## -see-also @@ -94,4 +94,4 @@ Setting the value of fFullscreen to TRUE, the Shell treats this wi -SetPropW \ No newline at end of file +SetPropW