| 394 | return m_description.CopyTo(description); |
| 395 | } |
| 396 | STDMETHODIMP CTabbedMDIChildModifiedItem::put_Description( |
| 397 | const wchar_t* description) |
| 398 | { |
| 399 | m_description = description; |
| 400 | return S_OK; |
| 401 | } |
| 402 | |
| 403 | STDMETHODIMP CTabbedMDIChildModifiedItem::get_LastModifiedUTC( |
| 404 | DATE* lastModified) |