Searched refs:dwKeyState (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDDropSource_win.cpp94 STDMETHODIMP UIDnDDropSource::QueryContinueDrag(BOOL fEscapePressed, DWORD dwKeyState) argument
97 LogFlowFunc(("fEscapePressed=%RTbool, dwKeyState=0x%x, mdwCurEffect=%RI32, muCurAction=%RU32\n",
98 fEscapePressed, dwKeyState, mdwCurEffect, muCurAction));
113 if ((dwKeyState & MK_LBUTTON) == 0)
H A DUIDnDDropSource_win.h43 STDMETHOD(QueryContinueDrag)(BOOL fEscapePressed, DWORD dwKeyState);
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropSource.cpp100 STDMETHODIMP VBoxDnDDropSource::QueryContinueDrag(BOOL fEscapePressed, DWORD dwKeyState) argument
103 LogFlowFunc(("fEscapePressed=%RTbool, dwKeyState=0x%x, mdwCurEffect=%RI32, muCurAction=%RU32\n",
104 fEscapePressed, dwKeyState, mdwCurEffect, muCurAction));
118 if ((dwKeyState & MK_LBUTTON) == 0)
H A DVBoxDnD.h118 STDMETHOD(QueryContinueDrag)(BOOL fEscapePressed, DWORD dwKeyState);

Completed in 1477 milliseconds