Searched refs:guestVersion (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispVHWA.cpp270 pInfo1->u.in.guestVersion.maj = VBOXVHWA_VERSION_MAJ;
271 pInfo1->u.in.guestVersion.min = VBOXVHWA_VERSION_MIN;
272 pInfo1->u.in.guestVersion.bld = VBOXVHWA_VERSION_BLD;
273 pInfo1->u.in.guestVersion.reserved = VBOXVHWA_VERSION_RSV;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVhwa.cpp243 pInfo1->u.in.guestVersion.maj = VBOXVHWA_VERSION_MAJ;
244 pInfo1->u.in.guestVersion.min = VBOXVHWA_VERSION_MIN;
245 pInfo1->u.in.guestVersion.bld = VBOXVHWA_VERSION_BLD;
246 pInfo1->u.in.guestVersion.reserved = VBOXVHWA_VERSION_RSV;
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.cpp2977 Assert(pCmd->u.in.guestVersion.maj == VBOXVHWA_VERSION_MAJ);
2978 if(pCmd->u.in.guestVersion.maj == VBOXVHWA_VERSION_MAJ)
2980 Assert(pCmd->u.in.guestVersion.min == VBOXVHWA_VERSION_MIN);
2981 if(pCmd->u.in.guestVersion.min == VBOXVHWA_VERSION_MIN)
2983 Assert(pCmd->u.in.guestVersion.bld == VBOXVHWA_VERSION_BLD);
2984 if(pCmd->u.in.guestVersion.bld == VBOXVHWA_VERSION_BLD)
2986 Assert(pCmd->u.in.guestVersion.reserved == VBOXVHWA_VERSION_RSV);
2987 if(pCmd->u.in.guestVersion.reserved == VBOXVHWA_VERSION_RSV)
4376 Assert(pBody->u.in.guestVersion.maj == VBOXVHWA_VERSION_MAJ);
4377 Assert(pBody->u.in.guestVersion
[all...]
/vbox/include/VBox/
H A DVBoxVideo.h557 VBOXVHWA_VERSION guestVersion; member in struct:VBOXVHWACMD_QUERYINFO1::__anon98::__anon99

Completed in 6432 milliseconds