CAtlDllModuleT::DllUnregisterServer
Removes entries in the system registry for objects in the DLL.
HRESULT DllUnregisterServer(
BOOL bUnRegTypeLib = TRUE
) throw( );
Parameters
- bUnRegTypeLib
TRUE if the type library is to be removed from the registry. The default value is TRUE.
Return Value
Returns S_OK on success, or an error HRESULT on failure.
Requirements
Header: atlbase.h