diff --git a/sdk-api-src/content/winuser/nf-winuser-copyimage.md b/sdk-api-src/content/winuser/nf-winuser-copyimage.md index c94e7eb5308..2aa39c39e09 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. diff --git a/sdk-api-src/content/winuser/nf-winuser-loadimagea.md b/sdk-api-src/content/winuser/nf-winuser-loadimagea.md index 07b9fc4a5f6..6067f5274fa 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. diff --git a/sdk-api-src/content/winuser/nf-winuser-loadimagew.md b/sdk-api-src/content/winuser/nf-winuser-loadimagew.md index 95b774495c8..b4f22a705d3 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.