IRbtModule::Unload
Informs a module that it is being unloaded and should free its resources
HRESULT IRbtModule::Unload (
void
)
Parameters
None
Return Values
Value
Meaning
S_OK
Unload completed successfully
E_FAIL
Unload failed
Remarks
None