Searched defs:szVideoLocation (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxControl/
H A DVBoxControl.cpp733 char szVideoLocation[256]; local
734 len = sizeof(szVideoLocation);
735 status = RegQueryValueExA(hkeyDeviceMap, szValueName, NULL, &dwKeyType, (LPBYTE)&szVideoLocation[0], &len);
740 && _strnicmp(szVideoLocation, "\\REGISTRY\\Machine", 17) == 0)
742 status = RegOpenKeyExA(HKEY_LOCAL_MACHINE, &szVideoLocation[18], 0,

Completed in 59 milliseconds