Changeset 29 for trunk/src/helpers/cnrh.c
- Timestamp:
- Jan 22, 2001, 8:28:54 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/cnrh.c
r21 r29 1457 1457 * -- PRECORDCORE precc: current record core, as 1458 1458 * determined by this func. 1459 * -- ULONG ulUser: what you have specified here. 1459 * -- ULONG ulUser1/2: what you have specified here. 1460 * 1461 * It must be declared as follows: 1462 * 1463 + ULONG EXPENTRY fncb(HWND hwndCnr, 1464 + PRECORDCORE precc, 1465 + ULONG ulUser1, 1466 + ULONG ulUser2) 1460 1467 * 1461 1468 * If the callback returns anything != 0, this … … 1476 1483 1477 1484 ULONG cnrhForAllRecords(HWND hwndCnr, 1478 PRECORDCORE preccParent, 1479 PFNCBRECC pfncbRecc, 1485 PRECORDCORE preccParent, // in: NULL for root 1486 PFNCBRECC pfncbRecc, // in: callback 1480 1487 ULONG ulUser1, 1481 1488 ULONG ulUser2)
Note:
See TracChangeset
for help on using the changeset viewer.