#include <winstl/shell/drophandle_sequence.hpp>
drophandle_sequence_traits is a traits class for determining the correct drop-handle structures and functions for a given character type.
| C | The character type |
Static Public Member Functions | |
| static ws_uint_t | drag_query_file (HDROP hdrop, ws_uint_t index, C *buffer, ws_uint_t cchBuffer) |
| Queries the information from the given drop handle. | |
| static ws_uint_t drag_query_file | ( | HDROP | hdrop, | |
| ws_uint_t | index, | |||
| C * | buffer, | |||
| ws_uint_t | cchBuffer | |||
| ) | [static] |
Queries the information from the given drop handle.
| hdrop | The drop handle | |
| index | The index of the requested item | |
| buffer | The buffer within which to write the results | |
| cchBuffer | The size of buffer in characters |
1.5.6