IRobot::RemoveModule
Unloads an add-on module
HRESULT IRobot::RemoveModule (
REFCLSID clsid
)
Parameters
clsid
CLSID of the add-on module to unload
Return Values
Value
Meaning
S_OK
Module unloaded successfully
E_FAIL
Cannot unload module
Remarks
Calls IRbtModule::Unload on the object with the given CLSID. If Unload() fails, then this function also fails.