Nuacht

For example I want to use the GetMessage function, but the return value could be -1 in the case of an error. WinDef.h defines it as 'typedef int BOOL'.
Describe the bug In my testing I've observed that when calling C# callbacks created with Marshal.GetFunctionPointerForDelegate, some Boolean set will simply be wrong. To Reproduce To reproduce this ...