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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp185 STDMETHOD(COMGETTER(Height))(ULONG *puHeight);
653 STDMETHODIMP UIFrameBufferPrivate::COMGETTER(Height)(ULONG *puHeight) argument
655 if (!puHeight)
657 *puHeight = (ULONG)height();

Completed in 37 milliseconds