From 8772e501af18eb48daf997cbc2dc4c36e1534bda Mon Sep 17 00:00:00 2001 From: Dimitriy Ryazantcev Date: Fri, 2 May 2025 21:32:24 +0300 Subject: [PATCH 1/7] Update nf-winuser-createiconfromresource.md --- .../content/winuser/nf-winuser-createiconfromresource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-api-src/content/winuser/nf-winuser-createiconfromresource.md b/sdk-api-src/content/winuser/nf-winuser-createiconfromresource.md index 5bd875ab21ad..1d75f15fc9be 100644 --- a/sdk-api-src/content/winuser/nf-winuser-createiconfromresource.md +++ b/sdk-api-src/content/winuser/nf-winuser-createiconfromresource.md @@ -60,7 +60,7 @@ To specify a desired height or width, use the LookupIconIdFromDirectory, LookupIconIdFromDirectoryEx, and LoadResource functions. +The DWORD-aligned buffer pointer containing the icon (RT_ICON) or cursor (RT_CURSOR) resource bits. These bits are typically loaded by calls to the LookupIconIdFromDirectoryEx and LoadResource functions. See Cursor and Icon Resources for more info on icon and cursor resource format. From 7b8e3ece8381378207f164feef43d329ce254eb6 Mon Sep 17 00:00:00 2001 From: Dimitriy Ryazantcev Date: Fri, 2 May 2025 21:33:39 +0300 Subject: [PATCH 2/7] Update nf-winuser-createiconfromresourceex.md --- .../content/winuser/nf-winuser-createiconfromresourceex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-api-src/content/winuser/nf-winuser-createiconfromresourceex.md b/sdk-api-src/content/winuser/nf-winuser-createiconfromresourceex.md index 45b756ecc2c3..d49ea60d6d97 100644 --- a/sdk-api-src/content/winuser/nf-winuser-createiconfromresourceex.md +++ b/sdk-api-src/content/winuser/nf-winuser-createiconfromresourceex.md @@ -58,7 +58,7 @@ Creates an icon or cursor from resource bits describing the icon. Type: PBYTE -The DWORD-aligned buffer pointer containing the icon (RT_ICON) or cursor (RT_CURSOR) resource bits. These bits are typically loaded by calls to the LookupIconIdFromDirectoryEx and LoadResource functions. +The DWORD-aligned buffer pointer containing the icon (RT_ICON or RT_ANIICON) or cursor (RT_CURSOR or RT_ANICURSOR) resource bits. These bits are typically loaded by calls to the LookupIconIdFromDirectoryEx and LoadResource functions. See Cursor and Icon Resources for more info on icon and cursor resource format. From 52b8a58cc4bb6cfe1cf28b93bbe9badd909ba740 Mon Sep 17 00:00:00 2001 From: Dimitriy Ryazantcev Date: Fri, 2 May 2025 21:34:00 +0300 Subject: [PATCH 3/7] Update nf-winuser-createiconfromresource.md --- .../content/winuser/nf-winuser-createiconfromresource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-api-src/content/winuser/nf-winuser-createiconfromresource.md b/sdk-api-src/content/winuser/nf-winuser-createiconfromresource.md index 1d75f15fc9be..0d33e502dd18 100644 --- a/sdk-api-src/content/winuser/nf-winuser-createiconfromresource.md +++ b/sdk-api-src/content/winuser/nf-winuser-createiconfromresource.md @@ -60,7 +60,7 @@ To specify a desired height or width, use the LookupIconIdFromDirectoryEx and LoadResource functions. +The DWORD-aligned buffer pointer containing the icon (RT_ICON or RT_ANIICON) or cursor (RT_CURSOR or RT_ANICURSOR) resource bits. These bits are typically loaded by calls to the LookupIconIdFromDirectoryEx and LoadResource functions. See Cursor and Icon Resources for more info on icon and cursor resource format. From 4474c5e7a586793abb6f60823232b921a198f100 Mon Sep 17 00:00:00 2001 From: Dimitriy Ryazantcev Date: Fri, 2 May 2025 21:34:44 +0300 Subject: [PATCH 4/7] Update nf-winuser-createiconfromresource.md --- .../content/winuser/nf-winuser-createiconfromresource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-api-src/content/winuser/nf-winuser-createiconfromresource.md b/sdk-api-src/content/winuser/nf-winuser-createiconfromresource.md index 0d33e502dd18..0666ee33cb02 100644 --- a/sdk-api-src/content/winuser/nf-winuser-createiconfromresource.md +++ b/sdk-api-src/content/winuser/nf-winuser-createiconfromresource.md @@ -60,7 +60,7 @@ To specify a desired height or width, use the LookupIconIdFromDirectoryEx and LoadResource functions. +The DWORD-aligned buffer pointer containing the icon (RT_ICON or RT_ANIICON) or cursor (RT_CURSOR or RT_ANICURSOR) resource bits. These bits are typically loaded by calls to the LookupIconIdFromDirectory, LookupIconIdFromDirectoryEx, and LoadResource functions. See Cursor and Icon Resources for more info on icon and cursor resource format. From 424f8aa57c7e3cc3b430dd6dca365c49e49f46a6 Mon Sep 17 00:00:00 2001 From: Dimitriy Ryazantcev Date: Fri, 2 May 2025 21:35:27 +0300 Subject: [PATCH 5/7] Update nf-winuser-createiconfromresourceex.md --- .../content/winuser/nf-winuser-createiconfromresourceex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-api-src/content/winuser/nf-winuser-createiconfromresourceex.md b/sdk-api-src/content/winuser/nf-winuser-createiconfromresourceex.md index d49ea60d6d97..2164786bc8e4 100644 --- a/sdk-api-src/content/winuser/nf-winuser-createiconfromresourceex.md +++ b/sdk-api-src/content/winuser/nf-winuser-createiconfromresourceex.md @@ -58,7 +58,7 @@ Creates an icon or cursor from resource bits describing the icon. Type: PBYTE -The DWORD-aligned buffer pointer containing the icon (RT_ICON or RT_ANIICON) or cursor (RT_CURSOR or RT_ANICURSOR) resource bits. These bits are typically loaded by calls to the LookupIconIdFromDirectoryEx and LoadResource functions. +The DWORD-aligned buffer pointer containing the icon (RT_ICON or RT_ANIICON) or cursor (RT_CURSOR or RT_ANICURSOR) resource bits. These bits are typically loaded by calls to the LookupIconIdFromDirectory, LookupIconIdFromDirectoryEx, and LoadResource functions. See Cursor and Icon Resources for more info on icon and cursor resource format. From 0e29b29b6818b84c3550e91ac3d134fa954ed655 Mon Sep 17 00:00:00 2001 From: Dimitriy Ryazantcev Date: Sat, 3 May 2025 10:36:20 +0300 Subject: [PATCH 6/7] Update nf-winuser-createiconfromresource.md --- .../content/winuser/nf-winuser-createiconfromresource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-api-src/content/winuser/nf-winuser-createiconfromresource.md b/sdk-api-src/content/winuser/nf-winuser-createiconfromresource.md index 0666ee33cb02..c8ccd83f07e5 100644 --- a/sdk-api-src/content/winuser/nf-winuser-createiconfromresource.md +++ b/sdk-api-src/content/winuser/nf-winuser-createiconfromresource.md @@ -76,7 +76,7 @@ Type: BOOL Indicates whether an icon or a cursor is to be created. If this parameter is TRUE, an icon is to be created. If it is FALSE, a cursor is to be created. -The LOCALHEADER structure defines cursor hotspot and is the first data read from the cursor resource bits. +The LOCALHEADER structure defines cursor hotspot and is the first data read from the RT_CURSOR cursor resource bits. ### -param dwVer [in] From 76c3be4464c7f63bc1c13c208348adc48448c3ab Mon Sep 17 00:00:00 2001 From: Dimitriy Ryazantcev Date: Sat, 3 May 2025 10:36:46 +0300 Subject: [PATCH 7/7] Update nf-winuser-createiconfromresourceex.md --- .../content/winuser/nf-winuser-createiconfromresourceex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-api-src/content/winuser/nf-winuser-createiconfromresourceex.md b/sdk-api-src/content/winuser/nf-winuser-createiconfromresourceex.md index 2164786bc8e4..ac87215076b7 100644 --- a/sdk-api-src/content/winuser/nf-winuser-createiconfromresourceex.md +++ b/sdk-api-src/content/winuser/nf-winuser-createiconfromresourceex.md @@ -74,7 +74,7 @@ Type: BOOL Indicates whether an icon or a cursor is to be created. If this parameter is TRUE, an icon is to be created. If it is FALSE, a cursor is to be created. -The LOCALHEADER structure defines cursor hotspot and is the first data read from the cursor resource bits. +The LOCALHEADER structure defines cursor hotspot and is the first data read from the RT_CURSOR cursor resource bits. ### -param dwVer [in]