| 551 | // Methods not exposed over iterface |
| 552 | |
| 553 | STDMETHODIMP CTabbedMDIChildModifiedItem::InitNew(HWND window, |
| 554 | const wchar_t* name, const wchar_t* displayName, const wchar_t* description, |
| 555 | DATE lastModified, HICON icon) |
| 556 | { |
| 557 | this->put_Window(window); |
| 558 | this->put_Name(name); |
| 559 | this->put_DisplayName(displayName); |
| 560 | this->put_Description(description); |
| 561 | this->put_LastModifiedUTC(lastModified); |
| 562 | this->put_Icon(icon); |
| 563 | |
| 564 | return S_OK; |
| 565 | } |
| 566 | |
| 567 | |
| 568 | ///////////////////////////////////////////////////////////////////////////// |
no test coverage detected