Winapi.Messages.TWMDropFiles
Delphi
  TWMDropFiles = record
    Msg: Cardinal;
    MsgFiller: TDWordFiller;
    Drop: THANDLE;
    Unused: LPARAM;
    Result: LRESULT;
  end;
C++
struct DECLSPEC_DRECORD TWMDropFiles
{
public:
    unsigned Msg;
    NativeUInt Drop;
    NativeInt Unused;
    NativeInt Result;
};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| record struct | public | Winapi.Messages.pas Winapi.Messages.hpp | Winapi.Messages | Winapi.Messages | 
Description
Windows message record for WM_DROPFILES.
For more information about WM_DROPFILES message, see the documentation in Windows Dev Center.
http://msdn.microsoft.com/library/en-us/windows/desktop/bb774303.aspx