CF_HDROP top-level constant

  1. @Deprecated('Use CLIPBOARD_FORMAT.CF_HDROP instead')
int const CF_HDROP

A handle to type HDROP that identifies a list of files. An application can retrieve information about the files by passing the handle to the DragQueryFile function.

Implementation

@Deprecated('Use CLIPBOARD_FORMAT.CF_HDROP instead')
const CF_HDROP = 15;