shell.DragQueryFileW
int/string = DragQueryFileW(hglobal, index
)
Retrieves the names (or count) of dropped files
Parameters
hglobal : PyHANDLE
The HGLOBAL object - generally obtained via the
'data_handle' property of a PySTGMEDIUM object.index : int
The index to retrieve. If -1, the result if an integer
representing the valid index values.