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

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibVideo.cpp214 * param pfEnabled Secondary monitor is enabled or not.
225 bool *pfEnabled,
237 AssertPtrNullReturn(pfEnabled, VERR_INVALID_PARAMETER);
257 if (pfEnabled)
258 *pfEnabled = Req.fEnabled;
266 if (pfEnabled)
267 *pfEnabled = true;
435 * @param pfEnabled where to store whether this virtual screen is enabled
441 bool *pfEnabled)
512 if (pfEnabled)
221 VbglR3GetDisplayChangeRequest(uint32_t *pcx, uint32_t *pcy, uint32_t *pcBits, uint32_t *piDisplay, uint32_t *pdx, uint32_t *pdy, bool *pfEnabled, bool *pfChangeOrigin, bool fAck) argument
437 VbglR3RetrieveVideoMode(unsigned cScreen, unsigned *pcx, unsigned *pcy, unsigned *pcBits, unsigned *px, unsigned *py, bool *pfEnabled) argument
[all...]

Completed in 41 milliseconds