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 ) |
Value | Meaning |
---|---|
S_OK | Interface found successfully |
E_NOINTERFACE | Cannot find the specified interface |