From 40ef1eddb9b87beefc26a3e68a6f8fcb5fa936e1 Mon Sep 17 00:00:00 2001 From: iPhilip Date: Wed, 18 Jun 2025 17:45:04 -0700 Subject: [PATCH] Update ns-winuser-comboboxinfo.md Clarified that the coordinates are client coordinates. --- sdk-api-src/content/winuser/ns-winuser-comboboxinfo.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk-api-src/content/winuser/ns-winuser-comboboxinfo.md b/sdk-api-src/content/winuser/ns-winuser-comboboxinfo.md index b9fd3965c376..5999e7fae84c 100644 --- a/sdk-api-src/content/winuser/ns-winuser-comboboxinfo.md +++ b/sdk-api-src/content/winuser/ns-winuser-comboboxinfo.md @@ -68,13 +68,13 @@ The size, in bytes, of the structure. The calling application must set this to s Type: RECT -A RECT structure that specifies the coordinates of the edit box. +A RECT structure that specifies the client coordinates of the edit box. ### -field rcButton Type: RECT -A RECT structure that specifies the coordinates of the button that contains the drop-down arrow. +A RECT structure that specifies the client coordinates of the button that contains the drop-down arrow. ### -field stateButton @@ -151,4 +151,4 @@ GetComboBoxInfo(hwnd, &info); ## -see-also -GetComboBoxInfo \ No newline at end of file +GetComboBoxInfo