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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp189 STDMETHOD(COMGETTER(HeightReduction))(ULONG *puHeightReduction);
685 STDMETHODIMP UIFrameBufferPrivate::COMGETTER(HeightReduction)(ULONG *puHeightReduction) argument
687 if (!puHeightReduction)
689 *puHeightReduction = 0;

Completed in 48 milliseconds