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

Method GetSidType

WinArk/ServiceInfoEx.cpp:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77WinSys::ServiceSidType ServiceInfoEx::GetSidType() const {
78 auto svc = Service::Open(_name, ServiceAccessMask::QueryConfig);
79 ServiceSidType type = ServiceSidType::Unknow;
80 if (svc)
81 type = svc->GetSidType();
82 return type;
83}

Callers 2

ParseTableEntryMethod · 0.45
CompareItemsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected