Below is a complete list of the functions available in AutoIt. Click on a function name for a detailed description.
| Function | Description |
|---|---|
| ObjCreate | Creates a reference to a COM object from the given classname. |
| ObjCreateInterface | Creates a reference to an object from the given classname/object pointer, interface identifier and description string. |
| ObjEvent | Handles incoming events from the given Object. |
| ObjGet | Retrieves a reference to a COM object from an existing process or filename. |
| ObjName | Returns the name or interface description of an Object. |