home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / Java++ / SHAREDIDE / BIN / MFCCLWZ.DLL / STRINGARRAY / VFI_CHARTOITEM < prev    next >
Encoding:
Text File  |  1997-01-27  |  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;