System.Win.ComServ
Members for creating and managing a COM server.
Contents
Classes
TComServer | TComServer is the class type of the ComServ variable that is declared and instantiated in the ComServ unit. |
TCppActiveXModule | Defines the terminator of a local COM server using the C++ standard library. |
Routines
DllCanUnloadNow | Tells Windows whether it can unload the in-process server exporting this function. |
DllGetClassObject | Obtains a class factory for an ActiveX object when the ActiveX object resides in an in-process ActiveX server (DLL). |
DllInstall | Tries to register a dll. |
DllRegisterServer | Registers an in-process ActiveX server in the current module within the system registry. |
DllUnregisterServer | Unregisters an OLE automation server in the current module with the system registry. |
GetComServer | Returns a ComServer object. |
LoadTypeLibrary | Loads a type library with the specified name. |
Types
TLastReleaseEvent | Type of event handler for the TComServer.OnLastRelease event. |
TStartMode | Start mode that indicates how or why an application started. |
Variables
ComServer | Provides class and registry information about server objects. |