From 88d8012656c32c45cfd3289325b8021ea8bfd6f5 Mon Sep 17 00:00:00 2001
From: Zachary Northrup <891037+zhuman@users.noreply.github.com>
Date: Mon, 8 Dec 2025 16:56:04 -0800
Subject: [PATCH] Update szDevice field description for clarity
Clarified that the device name string is guaranteed to be null-terminated by GetMonitorInfo.
---
sdk-api-src/content/winuser/ns-winuser-monitorinfoexw.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk-api-src/content/winuser/ns-winuser-monitorinfoexw.md b/sdk-api-src/content/winuser/ns-winuser-monitorinfoexw.md
index 06f4de7dd447..61e11e845f50 100644
--- a/sdk-api-src/content/winuser/ns-winuser-monitorinfoexw.md
+++ b/sdk-api-src/content/winuser/ns-winuser-monitorinfoexw.md
@@ -70,7 +70,7 @@ The
### -field szDevice
-A string that specifies the device name of the monitor being used. Most applications have no use for a display monitor name, and so can save some bytes by using a MONITORINFO structure.
+A string that specifies the device name of the monitor being used. Most applications have no use for a display monitor name, and so can save some bytes by using a MONITORINFO structure. This string is guaranteed to be null-terminated by GetMonitorInfo.
### -field tagMONITORINFO