CComModule::UnregisterClassHelper

This method removes an object’s standard class registration from the system registry.

At a Glance

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

Syntax

HRESULT UnregisterClassHelper( const CLSID& clsid,
LPCTSTR lpszProgID, LPCTSTR lpszVerIndProgID );

See Also

CComModule::RegisterClassHelper