IRobot::FindInterface

Finds the first module to implement the given interface and return a pointer to that interface on the module

HRESULT IRobot::FindInterface (
     REFIID iid,
     void ** ppv
)

Parameters
iid
IID of the interface to find
ppv
Returns pointer to the given interface, or NULL if no such interface is found

Return Values
ValueMeaning
S_OKInterface found successfully
E_NOINTERFACECannot find the specified interface

Remarks
None