Windows Toolkit - Functions


The following functions are available:

Windows Utilities

grabGrab positions of landmarks on the screen.
win32_MessageBoxDisplay a message box using the win32 API.
win32_DeleteRegistryDelete a value from the Windows registry.
win32_ReadRegistryRead a value from the Windows registry.
win32_WriteRegistryWrite a value to the Windows registry.
win32_RegEnumValueRead value names from from the Windows registry.
win32_RegEnumKeyRead the keys of a given subkey from the Windows registry.
win32apiinternal function
winopenOpen the file or directory NAME in the windows registered application for the...
clipboardInsert or get data from the clipboard.

COM Interface

actxserverCreate a COM server using the PROGID identifier.
com_atexitClose down all GNU Octave managed COM handles.
com_deleteRelease interfaces from COM object OBJ and then delete the COM server
com_getCall get function on COM object OBJ.
com_invokeCall invoke on OBJ to run a method, or obtain a list of all methods.
com_releaseRelease interfaces from COM object OBJ
com_setCall set function on COM object OBJ to set property PROPNAME to value VALUE.
iscomDetermine whether H is a COM object.
@octave_com_object/getA get override for octave_com_object objects.
@octave_com_object/invokeInvoke a method on a COM object.
@octave_com_object/setA set override for octave_com_object objects.
@octave_com_object/releaseRelease the COM object OBJ and all of its resources.
@octave_com_object/deleteA delete override for octave_com_object objects.
@octave_com_object/methodsList the names of the public methods for the object octave_com_object OBJ.

Features

windows_featureSet or get a feature value.

Examples

mat2xlsSave OBJ as an Excel sheet into the file FILENAME.