Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
HRESULT __stdcall CEnumStrings::Expand(PCWSTR pszExpand) {
88
_path = pszExpand;
89
_strings.clear();
90
return S_OK;
91
}
Callers
11
BuildEventsTree
Method · 0.80
OnExpandAll
Method · 0.80
OnCollapseAll
Method · 0.80
InitTree
Method · 0.80
OnDoubleClickList
Method · 0.80
InitTree
Method · 0.80
OnBuildTree
Method · 0.80
OnNewKey
Method · 0.80
RefreshItem
Method · 0.80
FindItem
Method · 0.80
Refresh
Method · 0.80
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected