MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / InitNew

Method InitNew

Libraries/TabbingFramework/TabbedMDISave.cpp:553–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551// Methods not exposed over iterface
552
553STDMETHODIMP 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/////////////////////////////////////////////////////////////////////////////

Callers 2

AddNewMethod · 0.80

Calls 6

put_WindowMethod · 0.95
put_NameMethod · 0.95
put_DisplayNameMethod · 0.95
put_DescriptionMethod · 0.95
put_LastModifiedUTCMethod · 0.95
put_IconMethod · 0.95

Tested by

no test coverage detected