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

/vbox/include/VBox/HostServices/
H A DDragAndDropSvc.h41 #define DND_COPY_ACTION RT_BIT_32(0) macro
45 #define hasDnDCopyAction(a) ((a) & DND_COPY_ACTION)
50 #define isDnDCopyAction(a) ((a) == DND_COPY_ACTION)

Completed in 43 milliseconds