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

Method put_DisplayName

Libraries/TabbingFramework/TabbedMDISave.cpp:384–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382 return m_displayName.CopyTo(displayName);
383}
384STDMETHODIMP CTabbedMDIChildModifiedItem::put_DisplayName(
385 const wchar_t* displayName)
386{
387 m_displayName = displayName;
388 return S_OK;
389}
390
391STDMETHODIMP CTabbedMDIChildModifiedItem::get_Description(
392 BSTR* description)

Callers 2

InitNewMethod · 0.95
CopyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected