Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32api
>
DragFinish
win32api
.DragFinish
DragFinish(
hDrop
)
Releases the memory stored by Windows for the filenames.
Parameters
hDrop
: int
Handle identifying the structure containing the file names.
Win32 API References
Search for
DragFinish
at
msdn
,
google
or
google groups
.