Changeset 147 for trunk/include/helpers/cnrh.h
- Timestamp:
- Mar 16, 2002, 8:53:47 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/cnrh.h
r113 r147 86 86 { 87 87 ULONG ulFieldOffset; 88 P SZpszColumnTitle;88 PCSZ pszColumnTitle; 89 89 ULONG ulDataType; 90 90 ULONG ulOrientation; … … 450 450 * This can only be used after BEGIN_CNRINFO(). 451 451 * 452 * Container sort funcs must have this prototype: 453 + 454 + SHORT EXPENTRY fnCompare(PRECORDCORE p1, PRECORDCORE p2, PVOID pStorage) 455 * 452 456 *@@added V0.9.0 453 457 */
Note:
See TracChangeset
for help on using the changeset viewer.