Data Type : Standard

UINT - Unsigned integer.
----------------------------------------------------------------------------------------------------------


#include <global.h>

Definition :

/** SEE global.h FOR ADDITIONAL CONDITIONAL COMPILATION STATEMENTS **/

   #ifndef WINDOWS_INCLUDED   /* This is also defined in windows.h */
     typedef unsigned int UINT;
  #endif


Description :

This is the datatype for an unsigned integer.


----------------------------------------------------------------------------------------------------------