diff --git a/sdk-api-src/content/winuser/ns-winuser-comboboxinfo.md b/sdk-api-src/content/winuser/ns-winuser-comboboxinfo.md index b9fd3965c37..5999e7fae84 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