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

  1. VKeyToItem
  2. int
  3. UINT nKey, UINT nIndex
  4.  
  5. %4 Add your code to handle a particular virtual key
  6. // return -1 = default action
  7. // return -2 = no further action
  8. // return index = perform default action for keystroke on
  9. //                item specified by index
  10.  
  11. return -1;