point of your Server invoked to instruct the server to create
/ / registry entries for all classes supported by the module
/ / __ export DllRegisterServer (void)
{_Module. RegisterServer (TRUE);
}
/ / Entry point of your Server invoked to instruct the server to remove
/ / all registry entries created through DllRegisterServer.
/ / __ export DllUnregisterServer (void)
{_Module. UnregisterServer ();
}
/ / ---------------------------------------------------------------------------
Додаток 2: Скріншот програмі