Searched refs:VBoxMPCmnRegQueryDword (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/
H A DVBoxMPRegistry.cpp55 VP_STATUS VBoxMPCmnRegQueryDword(IN VBOXMPCMNREGISTRY Reg, PWSTR pName, uint32_t *pVal) function
H A DVBoxMPIOCTL.cpp633 rc = VBoxMPCmnRegQueryDword(Registry, L"VBoxVideoFlags", &u32Flags);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPCommon.h51 VP_STATUS VBoxMPCmnRegQueryDword(IN VBOXMPCMNREGISTRY Reg, PWSTR pName, uint32_t *pVal);
H A DVBoxMPVidModes.cpp153 rc = VBoxMPCmnRegQueryDword(Registry, L"CustomXRes", &CustomXRes);
155 rc = VBoxMPCmnRegQueryDword(Registry, L"CustomYRes", &CustomYRes);
157 rc = VBoxMPCmnRegQueryDword(Registry, L"CustomBPP", &CustomBPP);
164 rc = VBoxMPCmnRegQueryDword(Registry, keyname, &CustomXRes);
167 rc = VBoxMPCmnRegQueryDword(Registry, keyname, &CustomYRes);
170 rc = VBoxMPCmnRegQueryDword(Registry, keyname, &CustomBPP);
412 rc = VBoxMPCmnRegQueryDword(Registry, keyname, &xres);
416 rc = VBoxMPCmnRegQueryDword(Registry, keyname, &yres);
420 rc = VBoxMPCmnRegQueryDword(Registry, keyname, &bpp);
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPRegistry.cpp53 VP_STATUS VBoxMPCmnRegQueryDword(IN VBOXMPCMNREGISTRY Reg, PWSTR pName, uint32_t *pVal) function
H A DVBoxMPVModes.cpp328 vpRc = VBoxMPCmnRegQueryDword(Registry, L"CustomXRes", &CustomXRes);
330 vpRc = VBoxMPCmnRegQueryDword(Registry, L"CustomYRes", &CustomYRes);
337 vpRc = VBoxMPCmnRegQueryDword(Registry, keyname, &CustomXRes);
340 vpRc = VBoxMPCmnRegQueryDword(Registry, keyname, &CustomYRes);
363 vpRc = VBoxMPCmnRegQueryDword(Registry, keyname, &CustomXRes);
367 vpRc = VBoxMPCmnRegQueryDword(Registry, keyname, &CustomYRes);

Completed in 49 milliseconds