- Timestamp:
- Jan 24, 2023 9:46:50 AM (21 months ago)
- File:
-
- 1 edited
-
trunk/include/VBox/vmm/vmapi.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vmapi.h
r98103 r98267 73 73 * occurred before successfully creating a VM. 74 74 * @param pvUser The user argument. 75 * @param rcVBox status code.75 * @param vrc VBox status code. 76 76 * @param SRC_POS The source position arguments. See RT_SRC_POS and RT_SRC_POS_ARGS. 77 77 * @param pszFormat Error message format string. 78 78 * @param args Error message arguments. 79 79 */ 80 typedef DECLCALLBACKTYPE(void, FNVMATERROR,(PUVM pUVM, void *pvUser, int rc, RT_SRC_POS_DECL,80 typedef DECLCALLBACKTYPE(void, FNVMATERROR,(PUVM pUVM, void *pvUser, int vrc, RT_SRC_POS_DECL, 81 81 const char *pszFormat, va_list args)); 82 82 /** Pointer to a VM error callback. */
Note:
See TracChangeset
for help on using the changeset viewer.

