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

/vbox/include/VBox/
H A DVBoxGuest.h327 #define VBOXGUEST_IOCTL_WRITE_CORE_DUMP VBOXGUEST_IOCTL_CODE(9, sizeof(VBoxGuestWriteCoreDump))
331 typedef struct VBoxGuestWriteCoreDump struct
335 } VBoxGuestWriteCoreDump; typedef in typeref:struct:VBoxGuestWriteCoreDump
336 AssertCompileSize(VBoxGuestWriteCoreDump, 4);

Completed in 44 milliseconds