Previous: Use16 Unit To the Table of Content Next: WinCRT

- 4.66 -
Standard Units

The Use32 Unit

Targets: MS-DOS, OS/2, Win32


Contains redefinition of integer types for 32-bit computing as follows:
type
  Word       = System.DWORD;
  PWord      = ^System.DWORD;
const
  MAXWORD    = High(System.DWORD);
  MINWORD    = Low(System.DWORD);



Previous: Use16 Unit To the Table of Content Next: WinCRT
Use16 Unit Table of Content WinCRT

- 4.66 -