On 15 Dec 2002 at 0:49, Frank Heckenbach wrote:
Are you sure?
Am I sure of what? That the Windows API often returns integers with Boolean semantics? Yes, I'm fairly sure of that.
(Note that the reference to "Boolean (32)" that you quoted, but which was not a part of my message to Chuck, was part of an earlier example that had nothing to do with the Windows API.)
struct MyBool { int BoolField : 32; };
I'm afraid that I don't understand what this has to do with your question.
-- Dave