We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HGLOBAL
HANDLE
isize
Noticed this in the STGMEDIUM binding:
zigwin32/win32/system/com.zig
Lines 3735 to 3747 in 18c9630
It seems like the json generated treats the HGLOBAL as IntPtr:
IntPtr
https://github.com/marlersoft/win32json/blob/a0cef2ae9d4c2a46cb9cf16aafaad5e470fa1cee/api/System.Com.json#L4903
My minwindef.h defines it as:
minwindef.h
typedef HANDLE HGLOBAL;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Noticed this in the STGMEDIUM binding:
zigwin32/win32/system/com.zig
Lines 3735 to 3747 in 18c9630
It seems like the json generated treats the
HGLOBAL
asIntPtr
:https://github.com/marlersoft/win32json/blob/a0cef2ae9d4c2a46cb9cf16aafaad5e470fa1cee/api/System.Com.json#L4903
My
minwindef.h
defines it as:The text was updated successfully, but these errors were encountered: