| 434 | } |
| 435 | |
| 436 | LPARAM GetItemData(HPROPERTY hProp) const |
| 437 | { |
| 438 | ATLASSERT(::IsWindow(m_hWnd)); |
| 439 | ATLASSERT(hProp); |
| 440 | if( hProp == NULL ) return 0; |
| 441 | return hProp->GetItemData(); |
| 442 | } |
| 443 | |
| 444 | void SetItemData(HPROPERTY hProp, LPARAM lParam) |
| 445 | { |
no test coverage detected