Expand Minimize
This topic has not yet been rated - Rate this topic

AtlUnRegisterTypeLib

This function is called to unregister a type library.

Important note Important

This function cannot be used in applications that execute in the Windows Runtime.

ATLAPI AtlUnRegisterTypeLib( 
HINSTANCE hInstTypeLib, 
LPCOLESTR lpszIndex  
);
hInstTypeLib

The handle to the module instance.

lpszIndex

String in the format "\\N", where N is the integer index of the type library resource. Can be NULL if no index is required.

Returns S_OK on success, or an error HRESULT on failure.

Header: atlbase.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.