Main Page Modules Class Hierarchy Alphabetical List Compound List File List Related Pages Examples
HypRegServer
This application is equivalent to regsrv32.exe which is used to register COM servers. To be registered or unregistered by this application, a component server must export respectively:
- DllRegisterserver;
- DllUnregisterserver.
In the Hyperion framework, the server exports the InitLibrary function, too.
The source code of the application follows :