Search notes:

Python standard library: ctypes.windll

Two interesting attributes of ctypes.windll are

See also

The MessageBox example demonstrates how it is possible to call the user32.dll from Python.

Index