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

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp191 STDMETHOD(COMGETTER(WinId))(LONG64 *pWinId);
701 STDMETHODIMP UIFrameBufferPrivate::COMGETTER(WinId)(LONG64 *pWinId) argument
703 if (!pWinId)
705 *pWinId = m_iWinId;

Completed in 48 milliseconds