Skip to content

windows data types #256

New issue

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

Open
kdschlosser opened this issue Jan 19, 2022 · 1 comment
Open

windows data types #256

kdschlosser opened this issue Jan 19, 2022 · 1 comment
Labels
shared_info use cases, tips and troubleshoots

Comments

@kdschlosser
Copy link
Contributor

This is not an issue but I would like to share something I have put together. I have found it very useful as it contains a very large number of Windows data type and also some enumerations and structures as well. Some of them are included in ctypes.wintypes but I wanted them all housed in a single import.

I thought this might be helpful for some folks.

There are a total of 624 different data types, structures and enumerations.

data_types.zip

@vasily-v-ryabov vasily-v-ryabov added the shared_info use cases, tips and troubleshoots label Feb 5, 2022
@kdschlosser
Copy link
Contributor Author

question on this.

Would there be any interest in adding this to comtypes? I could create a dynamic module that would handle passing back what the user wants dynamically, this way if it's not being used it will not take up any resources seeing as how many data types there are.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
shared_info use cases, tips and troubleshoots
Projects
None yet
Development

No branches or pull requests

2 participants