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

Method put_Description

Libraries/TabbingFramework/TabbedMDISave.cpp:396–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

InitNewMethod · 0.95
CopyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected