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

Method GetConfiguration

WinArk/ServiceInfoEx.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10const WinSys::ServiceConfiguration* ServiceInfoEx::GetConfiguration() const {
11 if (_config == nullptr)
12 _config = ServiceManager::GetServiceConfiguration(_name);
13 return _config.get();
14}
15
16const CString& ServiceInfoEx::GetDescription() const {
17 if (_desc.IsEmpty())

Callers 5

ParseTableEntryMethod · 0.80
CompareItemsMethod · 0.80
OnRBtnDownMethod · 0.80
ParseTableEntryMethod · 0.80
CompareItemsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected