CComModule::UnregisterClassHelper

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

Return Value

A standard HRESULT value.

Parameters

clsid

[in] The CLSID of the object to be unregistered.

lpszProgID

[in] The ProgID associated with the object.

lpszVerIndProgID

[in] The version-independent ProgID associated with the object.

Remarks

Removes an object's standard class registration from the system registry. The UpdateRegistryClass method calls UnregisterClassHelper.

CComModule OverviewClass Members

See Also   CComModule::RegisterClassHelper