Skip to content

Fix LR_DEFAULTSIZE desc #2051

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: docs
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk-api-src/content/winuser/nf-winuser-copyimage.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Uses the default color format.
</dl>
</td>
<td width="60%">
Uses the width or height specified by the system metric values for cursors or icons, if the <i>cxDesired</i> or <i>cyDesired</i> values are set to zero. If this flag is not specified and <i>cxDesired</i> and <i>cyDesired</i> 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 <i>cx</i> or <i>cy</i> values are set to zero. If this flag is not specified and <i>cx</i> and <i>cy</i> 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.

</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion sdk-api-src/content/winuser/nf-winuser-loadimagea.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ The default flag; it does nothing. All it means is "not <b>LR_MONOCHROME</b>".
</dl>
</td>
<td width="60%">
Uses the width or height specified by the system metric values for cursors or icons, if the <i>cxDesired</i> or <i>cyDesired</i> values are set to zero. If this flag is not specified and <i>cxDesired</i> and <i>cyDesired</i> 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 <i>cx</i> or <i>cy</i> values are set to zero. If this flag is not specified and <i>cx</i> and <i>cy</i> 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.

</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion sdk-api-src/content/winuser/nf-winuser-loadimagew.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ The default flag; it does nothing. All it means is "not <b>LR_MONOCHROME</b>".
</dl>
</td>
<td width="60%">
Uses the width or height specified by the system metric values for cursors or icons, if the <i>cxDesired</i> or <i>cyDesired</i> values are set to zero. If this flag is not specified and <i>cxDesired</i> and <i>cyDesired</i> 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 <i>cx</i> or <i>cy</i> values are set to zero. If this flag is not specified and <i>cx</i> and <i>cy</i> 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.

</td>
</tr>
Expand Down