I'd like to find out ( programatically ) the sizes of the Windows data types for an application I'm writing but can't find anything in the SDK about it ( the Win32 Simple Data Types topic states these sizes but I need to find them out dynamically ).
One thing I'm not clear about in this connection is whether the Windows SDK data type names are *efficiet* i.e. will an INT be the word size of the hardware the app is running on or will it always be some fixed size, especially accross versions e.g. 32 bits under current versions and 64 bits under future versions?
One thing I'm not clear about in this connection is whether the Windows SDK data type names are *efficiet* i.e. will an INT be the word size of the hardware the app is running on or will it always be some fixed size, especially accross versions e.g. 32 bits under current versions and 64 bits under future versions?