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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp184 STDMETHOD(COMGETTER(Width))(ULONG *puWidth);
645 STDMETHODIMP UIFrameBufferPrivate::COMGETTER(Width)(ULONG *puWidth) argument
647 if (!puWidth)
649 *puWidth = (ULONG)width();

Completed in 48 milliseconds