Below is a complete list of the user defined functions available in AutoIt. Click on a user defined function name for a detailed description.
When using them you need to add a #include <WinAPIGdi.au3>.
User Defined Function | Description |
---|---|
_WinAPI_EnumDisplaySettings | Retrieves information about one of the graphics modes for a display device |
_WinAPI_GetCurrentObject | Retrieves a handle to an object of the specified type that has been selected into the specified device context |
_WinAPI_GetDCEx | Retrieves a handle to a device context (DC) for the client area of a specified window |
_WinAPI_GetObjectType | Retrieves the type of the specified object |
_WinAPI_PrintWindow | Copies a visual window into the specified device context |
_WinAPI_RestoreDC | Restores a device context (DC) to the specified state |
_WinAPI_SaveDC | Saves the current state of the specified device context (DC) by copying data describing selected objects and graphic modes to a context stack |