IRobot::GetModule
Gets the IRbtModule interface on a specified module
HRESULT IRobot::GetModule (
REFCLSID clsid,
void ** ppv
)
Parameters
clsid
CLSID of the module to find
ppv
Returns pointer to the IRbtModule interface
Return Values
Value
Meaning
S_OK
Module found successfully
E_FAIL
Cannot find the specified module/The module is not loaded
Remarks
None