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

Method get_LastModifiedUTC

Libraries/TabbingFramework/TabbedMDISave.cpp:403–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403STDMETHODIMP CTabbedMDIChildModifiedItem::get_LastModifiedUTC(
404 DATE* lastModified)
405{
406 ATLASSERT(lastModified != NULL);
407 if (lastModified == NULL)
408 {
409 return E_POINTER;
410 }
411 *lastModified = m_lastModified;
412 return S_OK;
413}
414STDMETHODIMP CTabbedMDIChildModifiedItem::put_LastModifiedUTC(
415 DATE lastModified)
416{

Callers 2

FindUsedColumnsMethod · 0.80
AddItemsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected