From 1885ef6720ef25c6161bd09b796c4b0fa79d4b2d Mon Sep 17 00:00:00 2001
From: Michael Maltsev <4129781+m417z@users.noreply.github.com>
Date: Mon, 2 Feb 2026 11:26:10 +0200
Subject: [PATCH] Document negative nIconIndex for PrivateExtractIconsW
---
sdk-api-src/content/winuser/nf-winuser-privateextracticonsw.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sdk-api-src/content/winuser/nf-winuser-privateextracticonsw.md b/sdk-api-src/content/winuser/nf-winuser-privateextracticonsw.md
index f4db36022ae..fef08ae88cd 100644
--- a/sdk-api-src/content/winuser/nf-winuser-privateextracticonsw.md
+++ b/sdk-api-src/content/winuser/nf-winuser-privateextracticonsw.md
@@ -79,6 +79,8 @@ The zero-based index of the first icon to extract. For example,
if this value is zero, the function extracts the first icon in the specified
file.
+If this value is negative, a specific id will be searched instead. For example, if this value is -5, the function will look for the icon group with id 5.
+
### -param cxIcon [in]
Type: int
@@ -181,3 +183,4 @@ This function was not included in the SDK headers and libraries until Windows X
Reference
+