<< COM_xlswrite | COM engine | actxcontrollist >> |
h = actxGetRunningSrv(progid) |
a string: the name of a COM server.
a COM object.
h = actxGetRunningSrv(progid) gets a reference to a running instance of the OLE/COM Automation server.
progid is the programmatic identifier of the Automation server object and h is the handle to the default interface of the server object.
The function returns an error if the server specified by progid is not currently running or if the server object is not registered.
When multiple instances of the Automation server are running, the operating system controls the behavior of this function.
h = actxGetRunningServer('Excel.application')
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET