MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / OnServiceStop

Method OnServiceStop

Src/Common/FSecure/WinTools/AbstractService.cpp:12–17  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

10
11////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
12FSecure::CppCommons::CppTools::XError<FSecure::CppCommons::CppTools::SystemErrorCode> FSecure::CppCommons::WinTools::AbstractService::OnServiceStop()
13{
14 SetServiceStatus(SERVICE_STOP_PENDING, 100);
15
16 return { NO_ERROR };
17}
18
19////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
20void FSecure::CppCommons::WinTools::AbstractService::OnServiceInterrogate()

Callers 1

ControlHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected