RAD Studio VCL Reference
|
Unregisters an OLE automation server in the current module with the system registry.
function DllUnregisterServer: HResult; stdcall;
__stdcall HRESULT DllUnregisterServer();
Do not call DllUnregisterServer directly. DllUnregisterServer is exported by in-process automation servers (DLLs) and instructs the DLL to remove entries created through DllRegisterServer. DLLRegisterServer is called when a server is uninstalled.
The return values for DllUnregisterServer are as follows:
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|