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

Method get_Name

Libraries/TabbingFramework/TabbedMDISave.cpp:367–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367STDMETHODIMP CTabbedMDIChildModifiedItem::get_Name(
368 BSTR* name)
369{
370 return m_name.CopyTo(name);
371}
372STDMETHODIMP CTabbedMDIChildModifiedItem::put_Name(
373 const wchar_t* name)
374{

Callers

nothing calls this directly

Calls 1

CopyToMethod · 0.80

Tested by

no test coverage detected