diff --git a/sdk-api-src/content/winuser/nf-winuser-createiconfromresource.md b/sdk-api-src/content/winuser/nf-winuser-createiconfromresource.md
index 5bd875ab21ad..c8ccd83f07e5 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 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.
@@ -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]
diff --git a/sdk-api-src/content/winuser/nf-winuser-createiconfromresourceex.md b/sdk-api-src/content/winuser/nf-winuser-createiconfromresourceex.md
index 45b756ecc2c3..ac87215076b7 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 LookupIconIdFromDirectory, LookupIconIdFromDirectoryEx, and LoadResource functions.
See Cursor and Icon Resources for more info on icon and cursor resource format.
@@ -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]