Home
last modified time | relevance | path

Searched refs:SERVICE_FAILURE_ACTIONSW (Results 1 – 25 of 135) sorted by relevance

123456

/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d266 struct SERVICE_FAILURE_ACTIONSW { struct
273 alias SERVICE_FAILURE_ACTIONSW* LPSERVICE_FAILURE_ACTIONSW; argument
374 alias SERVICE_FAILURE_ACTIONSW SERVICE_FAILURE_ACTIONS; in version()
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d266 struct SERVICE_FAILURE_ACTIONSW { struct
273 alias SERVICE_FAILURE_ACTIONSW* LPSERVICE_FAILURE_ACTIONSW; argument
374 alias SERVICE_FAILURE_ACTIONSW SERVICE_FAILURE_ACTIONS; in version()
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d265 struct SERVICE_FAILURE_ACTIONSW { struct
272 alias SERVICE_FAILURE_ACTIONSW* LPSERVICE_FAILURE_ACTIONSW; argument
373 alias SERVICE_FAILURE_ACTIONSW SERVICE_FAILURE_ACTIONS; in version()
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d266 struct SERVICE_FAILURE_ACTIONSW { struct
273 alias SERVICE_FAILURE_ACTIONSW* LPSERVICE_FAILURE_ACTIONSW; argument
374 alias SERVICE_FAILURE_ACTIONSW SERVICE_FAILURE_ACTIONS; in version()
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d265 struct SERVICE_FAILURE_ACTIONSW { struct
272 alias SERVICE_FAILURE_ACTIONSW* LPSERVICE_FAILURE_ACTIONSW; argument
373 alias SERVICE_FAILURE_ACTIONSW SERVICE_FAILURE_ACTIONS; in version()
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d265 struct SERVICE_FAILURE_ACTIONSW { struct
272 alias SERVICE_FAILURE_ACTIONSW* LPSERVICE_FAILURE_ACTIONSW; argument
373 alias SERVICE_FAILURE_ACTIONSW SERVICE_FAILURE_ACTIONS; in version()
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d265 struct SERVICE_FAILURE_ACTIONSW { struct
272 alias SERVICE_FAILURE_ACTIONSW* LPSERVICE_FAILURE_ACTIONSW; argument
373 alias SERVICE_FAILURE_ACTIONSW SERVICE_FAILURE_ACTIONS; in version()
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d265 struct SERVICE_FAILURE_ACTIONSW {
272 alias SERVICE_FAILURE_ACTIONSW* LPSERVICE_FAILURE_ACTIONSW;
373 alias SERVICE_FAILURE_ACTIONSW SERVICE_FAILURE_ACTIONS;
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d265 struct SERVICE_FAILURE_ACTIONSW { struct
272 alias SERVICE_FAILURE_ACTIONSW* LPSERVICE_FAILURE_ACTIONSW; argument
373 alias SERVICE_FAILURE_ACTIONSW SERVICE_FAILURE_ACTIONS; in version()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d266 struct SERVICE_FAILURE_ACTIONSW { struct
273 alias SERVICE_FAILURE_ACTIONSW* LPSERVICE_FAILURE_ACTIONSW; argument
374 alias SERVICE_FAILURE_ACTIONSW SERVICE_FAILURE_ACTIONS; in version()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/plugins/module_utils/
H A DSCManager.cs84 public struct SERVICE_FAILURE_ACTIONSW struct in ansible_collections.ansible.windows.plugins.module_utils.SCManager.NativeHelpers
503 internal FailureActions(NativeHelpers.SERVICE_FAILURE_ACTIONSW actions) in FailureActions()
801 … NativeHelpers.SERVICE_FAILURE_ACTIONSW value = (NativeHelpers.SERVICE_FAILURE_ACTIONSW)
802 … Marshal.PtrToStructure(b.DangerousGetHandle(), typeof(NativeHelpers.SERVICE_FAILURE_ACTIONSW));
827 var info = new NativeHelpers.SERVICE_FAILURE_ACTIONSW()
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/windows-integration/plugins/module_utils/
H A DAnsible.Service.cs63 public struct SERVICE_FAILURE_ACTIONSW struct in Ansible.Service.NativeHelpers
482 internal FailureActions(NativeHelpers.SERVICE_FAILURE_ACTIONSW actions) in FailureActions()
780 … NativeHelpers.SERVICE_FAILURE_ACTIONSW value = (NativeHelpers.SERVICE_FAILURE_ACTIONSW)
781 … Marshal.PtrToStructure(b.DangerousGetHandle(), typeof(NativeHelpers.SERVICE_FAILURE_ACTIONSW));
806 var info = new NativeHelpers.SERVICE_FAILURE_ACTIONSW()
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/windows-integration/plugins/module_utils/
H A DAnsible.Service.cs63 public struct SERVICE_FAILURE_ACTIONSW struct in Ansible.Service.NativeHelpers
482 internal FailureActions(NativeHelpers.SERVICE_FAILURE_ACTIONSW actions) in FailureActions()
780 … NativeHelpers.SERVICE_FAILURE_ACTIONSW value = (NativeHelpers.SERVICE_FAILURE_ACTIONSW)
781 … Marshal.PtrToStructure(b.DangerousGetHandle(), typeof(NativeHelpers.SERVICE_FAILURE_ACTIONSW));
806 var info = new NativeHelpers.SERVICE_FAILURE_ACTIONSW()
/dports/devel/upp/upp/bazaar/plugin/tcc/include/winapi/
H A Dwinsvc.h193 } SERVICE_FAILURE_ACTIONSW,*LPSERVICE_FAILURE_ACTIONSW; typedef
251 typedef SERVICE_FAILURE_ACTIONSW SERVICE_FAILURE_ACTIONS;
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwawinsvc.pas376 LPSERVICE_FAILURE_ACTIONSW = ^SERVICE_FAILURE_ACTIONSW;
386 SERVICE_FAILURE_ACTIONSW = _SERVICE_FAILURE_ACTIONSW;
388 TServiceFailureActionsW = SERVICE_FAILURE_ACTIONSW;
392 SERVICE_FAILURE_ACTIONS = SERVICE_FAILURE_ACTIONSW;
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.3.9/src/um/
H A Dwinsvc.rs199 STRUCT!{struct SERVICE_FAILURE_ACTIONSW {
206 pub type LPSERVICE_FAILURE_ACTIONSW = *mut SERVICE_FAILURE_ACTIONSW;
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/winapi-0.3.9/src/um/
H A Dwinsvc.rs199 STRUCT!{struct SERVICE_FAILURE_ACTIONSW {
206 pub type LPSERVICE_FAILURE_ACTIONSW = *mut SERVICE_FAILURE_ACTIONSW;
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/winapi-0.3.9/src/um/
H A Dwinsvc.rs199 STRUCT!{struct SERVICE_FAILURE_ACTIONSW {
206 pub type LPSERVICE_FAILURE_ACTIONSW = *mut SERVICE_FAILURE_ACTIONSW;
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/um/
H A Dwinsvc.rs199 STRUCT!{struct SERVICE_FAILURE_ACTIONSW {
206 pub type LPSERVICE_FAILURE_ACTIONSW = *mut SERVICE_FAILURE_ACTIONSW;
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/um/
H A Dwinsvc.rs199 STRUCT!{struct SERVICE_FAILURE_ACTIONSW {
206 pub type LPSERVICE_FAILURE_ACTIONSW = *mut SERVICE_FAILURE_ACTIONSW;
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/winapi-0.3.9/src/um/
H A Dwinsvc.rs199 STRUCT!{struct SERVICE_FAILURE_ACTIONSW {
206 pub type LPSERVICE_FAILURE_ACTIONSW = *mut SERVICE_FAILURE_ACTIONSW;
/dports/editors/kibi/kibi-0.2.2/cargo-crates/winapi-0.3.9/src/um/
H A Dwinsvc.rs199 STRUCT!{struct SERVICE_FAILURE_ACTIONSW {
206 pub type LPSERVICE_FAILURE_ACTIONSW = *mut SERVICE_FAILURE_ACTIONSW;
/dports/misc/broot/broot-1.7.0/cargo-crates/winapi-0.3.9/src/um/
H A Dwinsvc.rs199 STRUCT!{struct SERVICE_FAILURE_ACTIONSW {
206 pub type LPSERVICE_FAILURE_ACTIONSW = *mut SERVICE_FAILURE_ACTIONSW;
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/winapi-0.3.9/src/um/
H A Dwinsvc.rs199 STRUCT!{struct SERVICE_FAILURE_ACTIONSW {
206 pub type LPSERVICE_FAILURE_ACTIONSW = *mut SERVICE_FAILURE_ACTIONSW;
/dports/devel/rust-cbindgen/cbindgen-0.20.0/cargo-crates/winapi-0.3.9/src/um/
H A Dwinsvc.rs199 STRUCT!{struct SERVICE_FAILURE_ACTIONSW {
206 pub type LPSERVICE_FAILURE_ACTIONSW = *mut SERVICE_FAILURE_ACTIONSW;

123456