| 169 | }; |
| 170 | |
| 171 | inline HPROPERTY PropCreateBlockItem(LPCTSTR pstrName, LPARAM lParam = 0) |
| 172 | { |
| 173 | return new CPropertyBlockItem(pstrName, lParam); |
| 174 | } |
| 175 | |
| 176 | |
| 177 | ///////////////////////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected