Home
last modified time | relevance | path

Searched refs:GetServiceHandle (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ServiceProcess.ServiceController/src/System/ServiceProcess/
H A DServiceController.cs166 …IntPtr serviceHandle = GetServiceHandle(Interop.Advapi32.ServiceOptions.SERVICE_ENUMERATE_DEPENDEN…
283 … IntPtr serviceHandle = GetServiceHandle(Interop.Advapi32.ServiceOptions.SERVICE_QUERY_CONFIG);
378 … serviceHandle = GetServiceHandle(Interop.Advapi32.ServiceOptions.SERVICE_QUERY_CONFIG);
422 …return new SafeServiceHandle(GetServiceHandle(Interop.Advapi32.ServiceOptions.SERVICE_ALL_ACCESS));
475 … IntPtr serviceHandle = GetServiceHandle(Interop.Advapi32.ServiceOptions.SERVICE_QUERY_STATUS); in GenerateStatus()
630 private IntPtr GetServiceHandle(int desiredAccess) in GetServiceHandle() method in System.ServiceProcess.ServiceController
742 … IntPtr serviceHandle = GetServiceHandle(Interop.Advapi32.ServiceOptions.SERVICE_PAUSE_CONTINUE); in Pause()
762 … IntPtr serviceHandle = GetServiceHandle(Interop.Advapi32.ServiceOptions.SERVICE_PAUSE_CONTINUE); in Continue()
781 …IntPtr serviceHandle = GetServiceHandle(Interop.Advapi32.ServiceOptions.SERVICE_USER_DEFINED_CONTR… in ExecuteCommand()
819 IntPtr serviceHandle = GetServiceHandle(Interop.Advapi32.ServiceOptions.SERVICE_START); in Start()
[all …]
/dports/devel/fpc-fcl-extra/fpc-3.2.2/packages/fcl-extra/src/win/
H A DServiceManager.pas112 function GetServiceHandle(ServiceName: String; SAccess: DWord): THandle; in GetServiceHandle() function
579 Function TServiceManager.GetServiceHandle(ServiceName : String; SAccess : DWord) : THandle; in TServiceManager.GetServiceHandle()
595 H:=GetServiceHandle(ServiceName,SERVICE_STOP or SERVICE_QUERY_STATUS or SERVICE_DELETE);
620 H:=GetServiceHandle(ServiceName,SERVICE_PAUSE_CONTINUE);
644 H:=GetServiceHandle(ServiceName,SERVICE_PAUSE_CONTINUE);
717 H:=GetServiceHandle(ServiceName,SERVICE_START);
786 H:=GetServiceHandle(ServiceName,SERVICE_QUERY_CONFIG);
800 H:=GetServiceHandle(ServiceName,SERVICE_CHANGE_CONFIG);
868 H:=GetServiceHandle(ServiceName,SERVICE_QUERY_STATUS);
896 H:=GetServiceHandle(ServiceName,SERVICE_CHANGE_CONFIG);
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-extra/src/win/
H A DServiceManager.pas112 function GetServiceHandle(ServiceName: String; SAccess: DWord): THandle; in GetServiceHandle() function
579 Function TServiceManager.GetServiceHandle(ServiceName : String; SAccess : DWord) : THandle; in TServiceManager.GetServiceHandle()
595 H:=GetServiceHandle(ServiceName,SERVICE_STOP or SERVICE_QUERY_STATUS or SERVICE_DELETE);
620 H:=GetServiceHandle(ServiceName,SERVICE_PAUSE_CONTINUE);
644 H:=GetServiceHandle(ServiceName,SERVICE_PAUSE_CONTINUE);
717 H:=GetServiceHandle(ServiceName,SERVICE_START);
786 H:=GetServiceHandle(ServiceName,SERVICE_QUERY_CONFIG);
800 H:=GetServiceHandle(ServiceName,SERVICE_CHANGE_CONFIG);
868 H:=GetServiceHandle(ServiceName,SERVICE_QUERY_STATUS);
896 H:=GetServiceHandle(ServiceName,SERVICE_CHANGE_CONFIG);
[all …]
/dports/emulators/citra/citra-ac98458e0/src/core/hle/service/sm/
H A Dsrv.h34 void GetServiceHandle(Kernel::HLERequestContext& ctx);
H A Dsrv.cpp141 void SRV::GetServiceHandle(Kernel::HLERequestContext& ctx) { in GetServiceHandle() function in Service::SM::SRV
287 {0x00050100, &SRV::GetServiceHandle, "GetServiceHandle"}, in SRV()
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/hle/service/sm/
H A Dsrv.h34 void GetServiceHandle(Kernel::HLERequestContext& ctx);
H A Dsrv.cpp141 void SRV::GetServiceHandle(Kernel::HLERequestContext& ctx) { in GetServiceHandle() function in Service::SM::SRV
287 {0x00050100, &SRV::GetServiceHandle, "GetServiceHandle"}, in SRV()
/dports/lang/fpc-source/fpc-3.2.2/packages/winceunits/src/
H A Dservice.pp267 function GetServiceHandle(szPrefix:LPWSTR; szDllName:LPWSTR; pdwDllBuf:LPDWORD):HANDLE; external Ke…