diff --git a/sdk-api-src/content/winuser/nf-winuser-makeintresourcea.md b/sdk-api-src/content/winuser/nf-winuser-makeintresourcea.md index 7917a2a36b3..7d6d416f30a 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 7e29fc97583..f357eadee66 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.