Windows Toolkit - Functions
The following functions are available:
Windows Utilities
| grab | Grab positions of landmarks on the screen. |
| win32_MessageBox | Display a message box using the win32 API. |
| win32_DeleteRegistry | Delete a value from the Windows registry. |
| win32_ReadRegistry | Read a value from the Windows registry. |
| win32_WriteRegistry | Write a value to the Windows registry. |
| win32_RegEnumValue | Read value names from from the Windows registry. |
| win32_RegEnumKey | Read the keys of a given subkey from the Windows registry. |
| win32api | internal function |
| winopen | Open the file or directory NAME in the windows registered application for the... |
| clipboard | Insert or get data from the clipboard. |
COM Interface
| actxserver | Create a COM server using the PROGID identifier. |
| com_atexit | Close down all GNU Octave managed COM handles. |
| com_delete | Release interfaces from COM object OBJ and then delete the COM server |
| com_get | Call get function on COM object OBJ. |
| com_invoke | Call invoke on OBJ to run a method, or obtain a list of all methods. |
| com_release | Release interfaces from COM object OBJ |
| com_set | Call set function on COM object OBJ to set property PROPNAME to value VALUE. |
| iscom | Determine whether H is a COM object. |
| @octave_com_object/get | A get override for octave_com_object objects. |
| @octave_com_object/invoke | Invoke a method on a COM object. |
| @octave_com_object/set | A set override for octave_com_object objects. |
| @octave_com_object/release | Release the COM object OBJ and all of its resources. |
| @octave_com_object/delete | A delete override for octave_com_object objects. |
| @octave_com_object/methods | List the names of the public methods for the object octave_com_object OBJ. |
Features
| windows_feature | Set or get a feature value. |
Examples
| mat2xls | Save OBJ as an Excel sheet into the file FILENAME. |