CAtlDllModuleT::DllRegisterServer
Adds entries to the system registry for objects in the DLL.
HRESULT DllRegisterServer(
BOOL bRegTypeLib = TRUE
) throw( );
Parameters
- bRegTypeLib
TRUE if the type library is to be registered. 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::DllUnregisterServer