CAtlModule::UpdateRegistryFromResourceS
Visual Studio 2012
Runs the script contained in a specified resource to register or unregister an object. This method statically links to the ATL Registry Component.
HRESULT WINAPI UpdateRegistryFromResourceS( UINT nResID, BOOL bRegister, struct _ATL_REGMAP_ENTRY* pMapEntries = NULL ) throw( ); HRESULT WINAPI UpdateRegistryFromResourceS( LPCTSTR lpszRes, BOOL bRegister, struct _ATL_REGMAP_ENTRY* pMapEntries = NULL ) throw( );
Similar to CAtlModule::UpdateRegistryFromResourceD except CAtlModule::UpdateRegistryFromResourceS creates a static link to the ATL Registry Component (Registrar).