MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / Expand

Method Expand

WinArk/EnumString.cpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87HRESULT __stdcall CEnumStrings::Expand(PCWSTR pszExpand) {
88 _path = pszExpand;
89 _strings.clear();
90 return S_OK;
91}

Callers 11

BuildEventsTreeMethod · 0.80
OnExpandAllMethod · 0.80
OnCollapseAllMethod · 0.80
InitTreeMethod · 0.80
OnDoubleClickListMethod · 0.80
InitTreeMethod · 0.80
OnBuildTreeMethod · 0.80
OnNewKeyMethod · 0.80
RefreshItemMethod · 0.80
FindItemMethod · 0.80
RefreshMethod · 0.80

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected