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

Method get_Count

Libraries/TabbingFramework/TabbedMDISave.cpp:144–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144STDMETHODIMP CTabbedMDIChildModifiedList::get_Count(long* count)
145{
146 if(count == NULL)
147 {
148 return E_POINTER;
149 }
150 *count = (long)this->GetCount();
151 return S_OK;
152}
153
154STDMETHODIMP CTabbedMDIChildModifiedList::AddNew(
155 const wchar_t* name, const wchar_t* displayName, const wchar_t* description,

Callers 5

InsertListMethod · 0.80
FindUsedColumnsMethod · 0.80
AddItemsMethod · 0.80
SaveAllModifiedMethod · 0.80
SaveModifiedMethod · 0.80

Calls 1

GetCountMethod · 0.80

Tested by

no test coverage detected