Searched refs:VBoxMPCmnRegSetDword (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/
H A DVBoxMPRegistry.cpp50 VP_STATUS VBoxMPCmnRegSetDword(IN VBOXMPCMNREGISTRY Reg, PWSTR pName, uint32_t Val) function
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPCommon.h50 VP_STATUS VBoxMPCmnRegSetDword(IN VBOXMPCMNREGISTRY Reg, PWSTR pName, uint32_t Val);
H A DVBoxMPVidModes.cpp697 rc = VBoxMPCmnRegSetDword(Registry, L"CustomXRes", pMode->VisScreenWidth);
699 rc = VBoxMPCmnRegSetDword(Registry, L"CustomYRes", pMode->VisScreenHeight);
701 rc = VBoxMPCmnRegSetDword(Registry, L"CustomBPP", pMode->BitsPerPlane);
708 rc = VBoxMPCmnRegSetDword(Registry, keyname, pMode->VisScreenWidth);
711 rc = VBoxMPCmnRegSetDword(Registry, keyname, pMode->VisScreenHeight);
714 rc = VBoxMPCmnRegSetDword(Registry, keyname, pMode->BitsPerPlane);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPRegistry.cpp67 VP_STATUS VBoxMPCmnRegSetDword(IN VBOXMPCMNREGISTRY Reg, PWSTR pName, uint32_t Val) function
H A DVBoxMPVModes.cpp182 rc = VBoxMPCmnRegSetDword(Registry, L"CustomXRes", pResolution->cx);
184 rc = VBoxMPCmnRegSetDword(Registry, L"CustomYRes", pResolution->cy);
186 rc = VBoxMPCmnRegSetDword(Registry, L"CustomBPP", 32); /* <- just in case for older driver usage */
193 rc = VBoxMPCmnRegSetDword(Registry, keyname, pResolution->cx);
196 rc = VBoxMPCmnRegSetDword(Registry, keyname, pResolution->cy);
199 rc = VBoxMPCmnRegSetDword(Registry, keyname, 32); /* <- just in case for older driver usage */

Completed in 1111 milliseconds