DRAGDROPDATA
typedef struct tagDRAGDROPDATA
{
   HWND hWnd;
   union
   {
      LBitmapWindow 
 L_FAR* pBitmapWindowClass;
      LVectorWindow L_FAR* pVectorWindowClass;
   } Class;
   L_UINT uFilesCount;
   L_UINT uFileNumber;
   L_TCHAR L_FAR 
 * pszFileName;
} DRAGDROPDATA, L_FAR * pDRAGDROPDATA;
| Member | Description | 
| hBitmapWindow | Handle to the bitmap window. | 
| pClass | Pointer to an LBitmapWindow object. | 
| nFileCount | Total number of dropped files. | 
| nFileNumber | The number of the dropped file. | 
| pszFileName | The name of the dropped file. |