Searched defs:isReallyOk (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCOMDefs.h507 * represents a failure or a warning (i.e. CInterface::isReallyOk() is
588 bool isReallyOk() const { return mRC == S_OK; } function in class:COMResult
754 bool isReallyOk() const { return !isNull() && B::mRC == S_OK; } function in class:CInterface

Completed in 48 milliseconds