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