Searched refs:fEscapePressed (Results 1 - 8 of 8) 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));
102 if (fEscapePressed)
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));
108 if (fEscapePressed)
H A DVBoxDnD.h118 STDMETHOD(QueryContinueDrag)(BOOL fEscapePressed, DWORD dwKeyState);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Doleidl.h3381 BOOL fEscapePressed,
3407 BOOL fEscapePressed,
3426 #define IDropSource_QueryContinueDrag(This,fEscapePressed,grfKeyState) (This)->lpVtbl->QueryContinueDrag(This,fEscapePressed,grfKeyState)
3434 BOOL fEscapePressed,
H A Doleidl.idl917 [in] BOOL fEscapePressed,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Doleidl.h3381 BOOL fEscapePressed,
3407 BOOL fEscapePressed,
3426 #define IDropSource_QueryContinueDrag(This,fEscapePressed,grfKeyState) (This)->lpVtbl->QueryContinueDrag(This,fEscapePressed,grfKeyState)
3434 BOOL fEscapePressed,
H A Doleidl.idl917 [in] BOOL fEscapePressed,

Completed in 67 milliseconds