| 322 | } |
| 323 | |
| 324 | BOOL GetItemText(int iItem, int iSubItem, LPTSTR pstrText, UINT cchMax) const |
| 325 | { |
| 326 | return GetItemText(GetProperty(iItem, iSubItem), pstrText, cchMax); |
| 327 | } |
| 328 | |
| 329 | BOOL GetItemText(HPROPERTY hProp, LPTSTR pstrText, UINT cchMax) const |
| 330 | { |
no test coverage detected