MAKEINTRESOURCE

Syntax

LPSTR MAKEINTRESOURCE (nInteger)

This macro converts an integer value into a long pointer to a string, with the high-order word of the long pointer set to zero.

Parameter Type/Description  

nInteger int Specifies the integer value to be converted.  

Return Value

The return value points to a string.