Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - makeintresource() converts an integer resource id in a windows format http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MakeIntResource()      Converts an integer resource ID in a Windows format
--------------------------------------------------------------------------------

   Syntax:              MakeIntResource( <nValue> )  --> <nLValue>


   Parameters:

   <nValue>             A numeric value to be transformed into
                        a long numeric value.

   Returns:

   <nLValue>            The same numeric value but in long format.

   Observations:        <nValue> is normally a WORD ( two bytes ) value.
                        <nLValue> is a LONG ( four bytes ) value.

   Source code:         SOURCE\\FUNCTION\\MakeIntR.c


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson