| 951 | } |
| 952 | |
| 953 | inline CPropertyEditItem* PropCreateSimple(LPCTSTR pstrName, LPCTSTR pstrValue, LPARAM lParam = 0) |
| 954 | { |
| 955 | return new CPropertyEditItem(pstrName, CComVariant(pstrValue), lParam); |
| 956 | } |
| 957 | |
| 958 | inline CPropertyEditItem* PropCreateSimple(LPCTSTR pstrName, int iValue, LPARAM lParam = 0) |
| 959 | { |
no outgoing calls
no test coverage detected