The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CAtlComModule::UnRegisterTypeLib
Call this method to unregister a type library.
HRESULT UnRegisterTypeLib(
LPCTSTR lpszIndex
);
HRESULT UnRegisterTypeLib( );
- lpszIndex
String in the format "\\N", where N is the integer index of the TYPELIB resource.
Removes information about a type library from the system registry. If the module instance contains multiple type libraries, use the first version of this method to specify which type library should be used.
Returns S_OK on success, or an error HRESULT on failure.
Requirements
Header: atlbase.h
Show: