CF_HDROP top-level constant

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

const CF_HDROP = 15;