| 976 | } |
| 977 | |
| 978 | inline CPropertyListItem* PropCreateList(LPCTSTR pstrName, LPCTSTR* ppList, int iValue = 0, LPARAM lParam = 0) |
| 979 | { |
| 980 | return new CPropertyListItem(pstrName, ppList, iValue, lParam); |
| 981 | } |
| 982 | |
| 983 | inline CPropertyComboItem* PropCreateComboControl(LPCTSTR pstrName, HWND hWndList, int iValue, LPARAM lParam = 0) |
| 984 | { |
no outgoing calls
no test coverage detected