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
types
alignof
sizeof
This would be useful when consuming Windows APIs when working with Windows API documentation.
A list of Windows data types can be found here:
__int8
__int16
DWORD
DWORD64
HANDLE
The text was updated successfully, but these errors were encountered:
Another: It would really help me if I could specify pointer4 versus pointer8 for when you have to call into 32-bit DLLs in a 64-bit program.
pointer4
pointer8
Sorry, something went wrong.
would be nice if you could add things like wchar_t as well.
No branches or pull requests
This would be useful when consuming Windows APIs when working with Windows API documentation.
A list of Windows data types can be found here:
__int8
,__int16
, etc.)DWORD
,DWORD64
,HANDLE
, etc.)The text was updated successfully, but these errors were encountered: