CComModule::UpdateRegistryFromResourceD

This method runs the script contained in a specified resource to register or unregister an object.

Syntax

HRESULT UpdateRegistryFromResourceD( LPCTSTR lpszRes, BOOL bRegister, struct _ATL_REGMAP_ENTRY* pMapEntries = NULL );

HRESULT UpdateRegistryFromResourceD( UINT nResID, BOOL bRegister, struct _ATL_REGMAP_ENTRY* pMapEntries = NULL );

At a Glance

Header file: Atlbase.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CComModule Overview, CComModule Methods