Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
How can I create a PyDEVMODE object without just having it as a return from a function call like win32api.EnumDisplaySettingsEx(name, 0)?
PyDEVMODE
win32api.EnumDisplaySettingsEx(name, 0)
pywintypes で定義されています。
>>> import pywintypes >>> pywintypes.DEVMODEType() <PyDEVMODE object at 0x00F38E90>
何に使うのか気になりますよね?