Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
See Also
Reference
CAtlDllModuleT::DllRegisterServer