home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / common / msdev98 / bin / mfcclwz.dll / STRINGARRAY / WMI_EN_DROPFILES < prev    next >
Text File  |  1998-06-18  |  389b  |  12 lines

  1.  
  2. void
  3. NMHDR* pNMHDR, LRESULT* pResult
  4. ENDROPFILES *pEnDropFiles = reinterpret_cast<ENDROPFILES *>(pNMHDR);
  5. %4 The control will not send this notification unless you override the
  6. // %1::OnInitDialog() function to send the EM_SETEVENTMASK message
  7. // to the control with the ENM_DROPFILES flag ORed into the lParam mask.
  8. %5
  9. %4 Add your control notification handler code here
  10.  
  11. *pResult = 0;