Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions sdk-api-src/content/winuser/nf-winuser-makeintresourcea.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <b>LPSTR</b>

The return value is a <b>LPSTR</b> value.

## -remarks

The return value should be passed only to functions which explicitly indicate that they accept <b>MAKEINTRESOURCE</b> as a parameter. For example, the resource management functions allow the return value of <b>MAKEINTRESOURCE</b> to be passed as the <i>lpType</i> or <i>lpName</i> parameters.
Expand Down
6 changes: 6 additions & 0 deletions sdk-api-src/content/winuser/nf-winuser-makeintresourcew.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <b>LPWSTR</b>

The return value is a <b>LPWSTR</b> value.

## -remarks

The return value should be passed only to functions which explicitly indicate that they accept <b>MAKEINTRESOURCE</b> as a parameter. For example, the resource management functions allow the return value of <b>MAKEINTRESOURCE</b> to be passed as the <i>lpType</i> or <i>lpName</i> parameters.
Expand Down