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
ValueMeaning
S_OKModule found successfully
E_FAILCannot find the specified module/The module is not loaded

Remarks
None