CComModule::RegisterClassHelper

This method enters an object’s standard class registration in the system registry.

At a Glance

Header file: Atlbase.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

HRESULT RegisterClassHelper( const CLSID& clsid,
LPCTSTR lpszProgID, LPCTSTR lpszVerIndProgID, UINT nDescID,
DWORD dwFlags );

See Also

CComModule::UnregisterClassHelper