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

/vbox/src/VBox/Additions/common/VBoxControl/
H A DVBoxControl.cpp650 static int checkVBoxVideoKey(HKEY hkeyVideo) argument
655 LONG status = RegQueryValueExA(hkeyVideo, "Device Description", NULL, &dwKeyType,
681 HKEY hkeyVideo = 0; local
743 KEY_READ | (writable ? KEY_WRITE : 0), &hkeyVideo);
746 int rc = checkVBoxVideoKey(hkeyVideo);
749 /* Found, return hkeyVideo to the caller. */
753 RegCloseKey(hkeyVideo);
754 hkeyVideo = 0;
759 if (hkeyVideo == 0)
765 return hkeyVideo;
771 HKEY hkeyVideo = getVideoKey(false); local
792 HKEY hkeyVideo; local
823 HKEY hkeyVideo = getVideoKey(false); local
844 HKEY hkeyVideo = getVideoKey(true); local
876 HKEY hkeyVideo = getVideoKey(true); local
960 getCustomModes(HKEY hkeyVideo) argument
1008 writeCustomModes(HKEY hkeyVideo) argument
1067 HKEY hkeyVideo = getVideoKey(false); local
1110 HKEY hkeyVideo = getVideoKey(true); local
1160 HKEY hkeyVideo = getVideoKey(true); local
[all...]

Completed in 43 milliseconds