Main Content
actxGetRunningServer
Handle to running instance of Automation server
Description
gets a reference to a running instance of the OLE Automation server. Returns a
handle to the default interface of the server.c
= actxGetRunningServer(progid
)
If the server specified by progid
is not currently running or
if the server object is not registered, then the function returns an error. If
multiple instances of the server are running, then the operating system controls the
behavior of this function.
Examples
Input Arguments
Output Arguments
Limitations
COM functions are available on Microsoft® Windows® systems only.
Version History
Introduced in R2007a