Handle to running instance of Automation server
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.
COM functions are available on Microsoft® Windows® systems only.