success = StartDragSelect( o );
ULONG StartDragSelect( Object * );
This function starts drag-selection by the user (marking).
This function replaces the old flag-fiddling method to start drag-select.
The drag-select will only be started of the object supports DTM_SELECT, is in a window or requester and no layout-process is working on the object. If all conditions are good, it sets the DTSIF_DRAGSELECT flag and returns TRUE for success.
INPUTS
- o
-
object like returned from NewDTObjectA
RETURNS
TRUE for success, FALSE for failure