home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Special: HTML & Java
/
Chip-Special_1997-01_HTML-a-Java.bin
/
vjtrial
/
vjtrial.exe
/
MFCCLSWZ.DLL
/
STRINGARRAY
/
VFI_COMPAREITEM
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-07-31
|
270 b
|
11 lines
CompareItem
int
LPCOMPAREITEMSTRUCT lpCompareItemStruct
%4 Add your code to determine the sorting order of the specified items
// return -1 = item 1 sorts before item 2
// return 0 = item 1 and item 2 sort the same
// return 1 = item 1 sorts after item 2
return 0;