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

Method put_LastModifiedUTC

Libraries/TabbingFramework/TabbedMDISave.cpp:414–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412 return S_OK;
413}
414STDMETHODIMP CTabbedMDIChildModifiedItem::put_LastModifiedUTC(
415 DATE lastModified)
416{
417 m_lastModified = lastModified;
418 return S_OK;
419}
420
421STDMETHODIMP CTabbedMDIChildModifiedItem::get_Icon(
422 HICON* icon)

Callers 2

InitNewMethod · 0.95
CopyToMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected