[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MakeIntResource( nValue )-> <nLValue>
------------------------------------------------------------------------------


 PARAMETER:

  <nValue> is a numeric( normally a WORD ) value that will be converted
           into a long ( DWORD ) numeric value.


 RETURNS:

  <nLValue> is the converted long value


 DESCRIPTION:

  MAKEINTRESOURCE is original a C-macro defined in WINDOWS.H, that converts
  a 2-byte integer value into a 4-byte LONG Integer value. This functions
  substitutes the macro with a little Clipper API call that converts an
  integer resource ID into a  value compatible with Windows resource-
  management functions. 
  This macro/function is used in place of a string containing the name of 
  the resource. 

 SOURCE:

  SOURCE\WINAPI\MAKEINTR.C



This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson