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

/vbox/include/VBox/HostServices/
H A DDragAndDropSvc.h42 #define DND_MOVE_ACTION RT_BIT_32(1) macro
46 #define hasDnDMoveAction(a) ((a) & DND_MOVE_ACTION)
51 #define isDnDMoveAction(a) ((a) == DND_MOVE_ACTION)

Completed in 54 milliseconds