Searched refs:VBOXGUEST_IOCTL_GUEST_CAPS_ACQUIRE (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/
H A DVBoxGuest.h445 #define VBOXGUEST_IOCTL_GUEST_CAPS_ACQUIRE VBOXGUEST_IOCTL_CODE(32, sizeof(VBoxGuestCapsAquire)) macro
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.cpp1599 if (!DeviceIoControl(ghVBoxDriver, VBOXGUEST_IOCTL_GUEST_CAPS_ACQUIRE, &Info, sizeof(Info), &Info, sizeof(Info), &cbReturned, NULL))
1602 LogFlowFunc(("DeviceIoControl VBOXGUEST_IOCTL_GUEST_CAPS_ACQUIRE failed LastErr %d\n", LastErr));
1609 LogFlowFunc(("VBOXGUEST_IOCTL_GUEST_CAPS_ACQUIRE failed rc %d\n", rc));
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest.cpp2962 * This is called in response to VBOXGUEST_IOCTL_GUEST_CAPS_ACQUIRE as well as
3176 * Handle VBOXGUEST_IOCTL_GUEST_CAPS_ACQUIRE.
3187 LogFlow(("VBOXGUEST_IOCTL_GUEST_CAPS_ACQUIRE: or=%#x not=%#x flags=%#x\n",
3530 case VBOXGUEST_IOCTL_GUEST_CAPS_ACQUIRE:

Completed in 57 milliseconds