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

/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DCOMDefs.h200 HRESULT lastRC() const { return mRC; } function in class:COMBase
506 * method. Returned error info is useful only if CInterface::lastRC()
542 : mRC(aComponent.lastRC()) {}
548 : mRC(aComponent.lastRC()),
557 mRC = aComponent.lastRC();
566 mRC = aComponent.lastRC();
833 mRC = that.lastRC();
859 mRC = that.lastRC();

Completed in 35 milliseconds