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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dappmgmt.h48 BOOL bInstalled; member in struct:_MANAGEDAPPLICATION
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dappmgmt.h48 BOOL bInstalled; member in struct:_MANAGEDAPPLICATION
/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp250 BOOL bInstalled = FALSE; local
275 bInstalled = TRUE;
290 VBoxSetProperty(hModule, L"VBOX_PYTHON_IS_INSTALLED", bInstalled ? L"1" : L"0");
292 if (!bInstalled)

Completed in 66 milliseconds