From 1b4f5c084ed11e311f23a3022c06171d5f18c379 Mon Sep 17 00:00:00 2001 From: Nikita Leontiev Date: Thu, 13 Nov 2025 08:28:26 +0300 Subject: [PATCH] Return value corrected --- sdk-api-src/content/winuser/nf-winuser-makeintresourcea.md | 6 ++++++ sdk-api-src/content/winuser/nf-winuser-makeintresourcew.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/sdk-api-src/content/winuser/nf-winuser-makeintresourcea.md b/sdk-api-src/content/winuser/nf-winuser-makeintresourcea.md index 7917a2a36b3b..7d6d416f30a0 100644 --- a/sdk-api-src/content/winuser/nf-winuser-makeintresourcea.md +++ b/sdk-api-src/content/winuser/nf-winuser-makeintresourcea.md @@ -58,6 +58,12 @@ Converts an integer value to a resource type compatible with the resource-manage The integer value to be converted. +## -returns + +Type: LPSTR + +The return value is a LPSTR value. + ## -remarks The return value should be passed only to functions which explicitly indicate that they accept MAKEINTRESOURCE as a parameter. For example, the resource management functions allow the return value of MAKEINTRESOURCE to be passed as the lpType or lpName parameters. diff --git a/sdk-api-src/content/winuser/nf-winuser-makeintresourcew.md b/sdk-api-src/content/winuser/nf-winuser-makeintresourcew.md index 7e29fc975830..f357eadee662 100644 --- a/sdk-api-src/content/winuser/nf-winuser-makeintresourcew.md +++ b/sdk-api-src/content/winuser/nf-winuser-makeintresourcew.md @@ -58,6 +58,12 @@ Converts an integer value to a resource type compatible with the resource-manage The integer value to be converted. +## -returns + +Type: LPWSTR + +The return value is a LPWSTR value. + ## -remarks The return value should be passed only to functions which explicitly indicate that they accept MAKEINTRESOURCE as a parameter. For example, the resource management functions allow the return value of MAKEINTRESOURCE to be passed as the lpType or lpName parameters.