From 7c865d1461626ed659bb58a047aee30414b39d8a Mon Sep 17 00:00:00 2001 From: Dimitriy Ryazantcev Date: Fri, 18 Jul 2025 15:06:39 +0300 Subject: [PATCH 1/3] Update nf-winuser-copyimage.md --- sdk-api-src/content/winuser/nf-winuser-copyimage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-api-src/content/winuser/nf-winuser-copyimage.md b/sdk-api-src/content/winuser/nf-winuser-copyimage.md index c94e7eb53084..2aa39c39e09c 100644 --- a/sdk-api-src/content/winuser/nf-winuser-copyimage.md +++ b/sdk-api-src/content/winuser/nf-winuser-copyimage.md @@ -194,7 +194,7 @@ Uses the default color format. -Uses the width or height specified by the system metric values for cursors or icons, if the cxDesired or cyDesired values are set to zero. If this flag is not specified and cxDesired and cyDesired are set to zero, the function uses the actual resource size. If the resource contains multiple images, the function uses the size of the first image. +Uses the width or height specified by the system metric values for cursors or icons, if the cx or cy values are set to zero. If this flag is not specified and cx and cy are set to zero, the function uses the actual resource size. If the resource contains multiple images, the function uses the size of the first image. From dd87e4d81c8b25dcad498513388f7f74ed6adda1 Mon Sep 17 00:00:00 2001 From: Dimitriy Ryazantcev Date: Fri, 18 Jul 2025 15:08:09 +0300 Subject: [PATCH 2/3] Update nf-winuser-loadimagew.md --- sdk-api-src/content/winuser/nf-winuser-loadimagew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-api-src/content/winuser/nf-winuser-loadimagew.md b/sdk-api-src/content/winuser/nf-winuser-loadimagew.md index 95b774495c88..b4f22a705d3d 100644 --- a/sdk-api-src/content/winuser/nf-winuser-loadimagew.md +++ b/sdk-api-src/content/winuser/nf-winuser-loadimagew.md @@ -168,7 +168,7 @@ The default flag; it does nothing. All it means is "not LR_MONOCHROME". -Uses the width or height specified by the system metric values for cursors or icons, if the cxDesired or cyDesired values are set to zero. If this flag is not specified and cxDesired and cyDesired are set to zero, the function uses the actual resource size. If the resource contains multiple images, the function uses the size of the first image. +Uses the width or height specified by the system metric values for cursors or icons, if the cx or cy values are set to zero. If this flag is not specified and cx and cy are set to zero, the function uses the actual resource size. If the resource contains multiple images, the function uses the size of the first image. From e786621c342aea2b52d9ed5a99363d6d019c18a6 Mon Sep 17 00:00:00 2001 From: Dimitriy Ryazantcev Date: Fri, 18 Jul 2025 15:08:58 +0300 Subject: [PATCH 3/3] Update nf-winuser-loadimagea.md --- sdk-api-src/content/winuser/nf-winuser-loadimagea.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-api-src/content/winuser/nf-winuser-loadimagea.md b/sdk-api-src/content/winuser/nf-winuser-loadimagea.md index 07b9fc4a5f67..6067f5274faa 100644 --- a/sdk-api-src/content/winuser/nf-winuser-loadimagea.md +++ b/sdk-api-src/content/winuser/nf-winuser-loadimagea.md @@ -168,7 +168,7 @@ The default flag; it does nothing. All it means is "not LR_MONOCHROME". -Uses the width or height specified by the system metric values for cursors or icons, if the cxDesired or cyDesired values are set to zero. If this flag is not specified and cxDesired and cyDesired are set to zero, the function uses the actual resource size. If the resource contains multiple images, the function uses the size of the first image. +Uses the width or height specified by the system metric values for cursors or icons, if the cx or cy values are set to zero. If this flag is not specified and cx and cy are set to zero, the function uses the actual resource size. If the resource contains multiple images, the function uses the size of the first image.