Searched refs:i_vdErrorCall (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/include/
H A DMediumImpl.h314 static DECLCALLBACK(void) i_vdErrorCall(void *pvUser, int rc, RT_SRC_POS_DECL,
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp929 m->vdIfError.pfnError = i_vdErrorCall;
6925 * Returns the last error message collected by the i_vdErrorCall callback and
6935 * If there is no last error message collected by i_vdErrorCall or if it is a
6975 DECLCALLBACK(void) Medium::i_vdErrorCall(void *pvUser, int rc, RT_SRC_POS_DECL, function in class:Medium

Completed in 68 milliseconds