IActiveScriptAuthor::RemoveTypeLib

Removes a type library from the script authoring engine namespace.

Syntax

HRESULT RemoveTypeLib(  
   REFGUID   rguidTypeLib,  
   DWORD     dwMajor,  
   DWORD     dwMinor  
);  

Parameters

rguidTypeLib
[in] The CLSID (class identifier) of the type library to remove.

dwMajor
[in] The major version number.

dwMinor
[in] The minor version number.

Return Value

An HRESULT. Possible values include, but are not limited to, those in the following table.

Value Description
S_OK The method succeeded.

Remarks

See also

IActiveScriptAuthor Interface