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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDispIf.cpp1478 int iPath; local
1512 iPath = vboxDispIfWddmDcSearchPath(&DispCfg, Id, Id);
1514 if (!((iPath >= 0) && (DispCfg.pPathInfoArray[iPath].flags & DISPLAYCONFIG_PATH_ACTIVE)) != !fEnabled)
1543 iPath = vboxDispIfWddmDcSearchPath(&DispCfg, -1, Id);
1544 if (iPath < 0)
1551 winEr = vboxDispIfWddmDcSettingsUpdate(&DispCfg, iPath, pDeviceMode, !fEnabled || fSetTopology, fEnabled);
1564 iPath = vboxDispIfWddmDcSearchPath(&DispCfg, 0, 0);
1565 if (iPath < 0)
1572 winEr = vboxDispIfWddmDcSettingsUpdate(&DispCfg, iPath, /* jus
1630 int iPath; local
[all...]

Completed in 50 milliseconds