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

Method get_DisplayName

Libraries/TabbingFramework/TabbedMDISave.cpp:379–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377}
378
379STDMETHODIMP CTabbedMDIChildModifiedItem::get_DisplayName(
380 BSTR* displayName)
381{
382 return m_displayName.CopyTo(displayName);
383}
384STDMETHODIMP CTabbedMDIChildModifiedItem::put_DisplayName(
385 const wchar_t* displayName)
386{

Callers 2

FindUsedColumnsMethod · 0.80
AddItemsMethod · 0.80

Calls 1

CopyToMethod · 0.80

Tested by

no test coverage detected