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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDisplay.cpp447 BOOL fDispAlreadyEnabled = false; /* check whether the monitor with ID is already enabled. */ local
516 fDispAlreadyEnabled = TRUE;
565 * been requested AND fEnabled is 1 and fDispAlreadyEnabled is also 1 AND
568 if ( !fModeReset && (!fEnabled == !fDispAlreadyEnabled)

Completed in 46 milliseconds