home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / msdev / bin / mfcclswz.dll / STRINGARRAY / VFI_CHARTOITEM < prev    next >
Encoding:
Text File  |  1996-07-12  |  243 b   |  11 lines

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