|
|
1.1 root 1: #define DIWindow(lpDI) \
2: (lpDI->hwndItem)
3:
4: #define DIIndex(lpDI) \
5: (lpDI->itemID)
6:
7: #define DIEntire(lpDI) \
8: (lpDI->itemAction & ODA_DRAWENTIRE)
9:
10: #define DIFocusChanged(lpDI) \
11: (lpDI->itemAction & ODA_FOCUS)
12:
13: #define DISelectionChanged(lpDI) \
14: (lpDI->itemAction & ODA_SELECT)
15:
16: #define DISelected(lpDI) \
17: (lpDI->itemState & ODS_SELECTED)
18:
19: #define DIDisabled(lpDI) \
20: (lpDI->itemState & ODS_DISABLED)
21:
22: #define DIFocus(lpDI) \
23: (lpDI->itemState & ODS_FOCUS)
24:
25:
26:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.