Changeset 229 for trunk/src/helpers/cnrh.c
- Timestamp:
- Nov 24, 2002, 9:45:05 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/cnrh.c
r224 r229 1579 1579 * 1580 1580 *@@added V0.9.0 [umoeller] 1581 *@@changed V 0.9.21(2002-09-09) [umoeller]: rewritten to support deletion in callback1582 *@@changed V 0.9.21(2002-09-09) [umoeller]: added support for precParent = -11583 *@@changed V 0.9.21(2002-09-09) [umoeller]: changed prototype and callback prototype1581 *@@changed V1.0.0 (2002-09-09) [umoeller]: rewritten to support deletion in callback 1582 *@@changed V1.0.0 (2002-09-09) [umoeller]: added support for precParent = -1 1583 *@@changed V1.0.0 (2002-09-09) [umoeller]: changed prototype and callback prototype 1584 1584 */ 1585 1585 … … 1622 1622 // get the next record BEFORE calling the callback 1623 1623 // in case the callback removes the record 1624 // V 0.9.21(2002-09-09) [umoeller]1624 // V1.0.0 (2002-09-09) [umoeller] 1625 1625 PRECORDCORE precNext = (PRECORDCORE)WinSendMsg(hwndCnr, 1626 1626 CM_QUERYRECORD, … … 1629 1629 CMA_ITEMORDER)); 1630 1630 1631 if (fRecurse) // V 0.9.21(2002-09-09) [umoeller]1631 if (fRecurse) // V1.0.0 (2002-09-09) [umoeller] 1632 1632 // recurse for the record we found 1633 1633 ulrc += cnrhForAllRecords(hwndCnr,
Note:
See TracChangeset
for help on using the changeset viewer.