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

/vbox/include/VBox/vmm/
H A Dpdmdev.h4309 * Set the VM runtime error. See PDMDevHlpVMSetRuntimeError() for printf like message formatting.
4312 PDMDevHlpVMSetRuntimeError(pDevIns, fFlags, pszErrorId, "%s", pszError)
4726 DECLINLINE(int) PDMDevHlpVMSetRuntimeError(PPDMDEVINS pDevIns, uint32_t fFlags, const char *pszErrorId, const char *pszFormat, ...) function

Completed in 62 milliseconds