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

  1. CompareItem
  2. int
  3. LPCOMPAREITEMSTRUCT lpCompareItemStruct
  4.  
  5. %4 Add your code to determine the sorting order of the specified items
  6. // return -1 = item 1 sorts before item 2
  7. // return 0 = item 1 and item 2 sort the same
  8. // return 1 = item 1 sorts after item 2
  9.  
  10. return 0;