D
Dale
Stupid question, but since I can't find it in the VS help...
I need to create a structure and pass it to a Win32 API function.
How many bytes is a C BOOLEAN? And is it the same size as a C#
bool/System.Boolean? If so is it set (values) the same, or do I need to
create an integer of the required size and set it to 0 or -1 as required for
passing to the external Win32 DLL?
Thanks.
Dale
I need to create a structure and pass it to a Win32 API function.
How many bytes is a C BOOLEAN? And is it the same size as a C#
bool/System.Boolean? If so is it set (values) the same, or do I need to
create an integer of the required size and set it to 0 or -1 as required for
passing to the external Win32 DLL?
Thanks.
Dale