__int32 (API Types) |
www.CAD6.com |
C++ Syntax__int32
Element DescriptionFor a description, see your C++ or Win32/x64 documentation.
MKD SyntaxA __int32 is a signed integer value. Its allowed value range is -2,147,483,648 to 2,147,483,647 (32-bit value). A __int32 is written to the file in decimal notation, the according format string is %d or %ld respectively (depending on the operating system). Be sure not to produce any useless spaces or leading zeros. Keep the file compact!
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH