New Types and Macros

OverviewHow Do I

Porting 16-Bit Code to 32-Bit Windows introduced some new standard types for programming in Windows. The old types, such as FAR PASCAL for declaring window procedures, may work in existing code but are not guaranteed to work in all future versions of Windows. Therefore, you should convert your code to use the new standards wherever appropriate.

What do you want to know more about?