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

/vbox/include/VBox/
H A DVBoxGuest16.h62 } VBoxGuestWaitEventInfo; typedef in typeref:struct:_VBoxGuestWaitEventInfo
H A DVBoxGuest.h232 #define VBOXGUEST_IOCTL_WAITEVENT VBOXGUEST_IOCTL_CODE_(2, sizeof(VBoxGuestWaitEventInfo))
234 /** @name Result codes for VBoxGuestWaitEventInfo::u32Result
248 typedef struct VBoxGuestWaitEventInfo struct
258 } VBoxGuestWaitEventInfo; typedef in typeref:struct:VBoxGuestWaitEventInfo
259 AssertCompileSize(VBoxGuestWaitEventInfo, 16);

Completed in 65 milliseconds