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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp980 * @param cMsgs The number of messages in the ellipsis.
983 static int supR3HardenedSetErrorN(int rc, PRTERRINFO pErrInfo, unsigned cMsgs, ...) argument
991 va_start(va, cMsgs);
992 while (cMsgs-- > 0 && cbErr > 0)

Completed in 47 milliseconds