Ge van Geldorp wrote:
Hmm, I thought BOOLEAN was for kernelmode stuff and BOOL for usermode? Then again, BOOLEAN might be the native type and BOOL the win32 type. Anyone know for sure?
BOOLEAN is the native type and BOOL the win32 type. Also BOOLEAN is byte-wide, while BOOL is int.
- Filip