IDropSource.QueryContinueDrag(Int32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int QueryContinueDrag(int fEscapePressed, System::UInt32 grfKeyState);
public:
int QueryContinueDrag(int fEscapePressed, unsigned int grfKeyState);
int QueryContinueDrag(int fEscapePressed, unsigned int grfKeyState);
public int QueryContinueDrag (int fEscapePressed, uint grfKeyState);
abstract member QueryContinueDrag : int * uint32 -> int
Public Function QueryContinueDrag (fEscapePressed As Integer, grfKeyState As UInteger) As Integer
Parameters
- fEscapePressed
- Int32
[in] do not use
- grfKeyState
- UInt32
[in] do not use
Returns
Do not use.