Home
last modified time | relevance | path

Searched defs:SERVICE_DESCRIPTIONW (Results 1 – 20 of 20) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d239 struct SERVICE_DESCRIPTIONW { struct
242 alias SERVICE_DESCRIPTIONW* LPSERVICE_DESCRIPTIONW; argument
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d239 struct SERVICE_DESCRIPTIONW { struct
242 alias SERVICE_DESCRIPTIONW* LPSERVICE_DESCRIPTIONW; argument
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d238 struct SERVICE_DESCRIPTIONW { struct
241 alias SERVICE_DESCRIPTIONW* LPSERVICE_DESCRIPTIONW; argument
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d239 struct SERVICE_DESCRIPTIONW { struct
242 alias SERVICE_DESCRIPTIONW* LPSERVICE_DESCRIPTIONW; argument
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d238 struct SERVICE_DESCRIPTIONW { struct
241 alias SERVICE_DESCRIPTIONW* LPSERVICE_DESCRIPTIONW; argument
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d238 struct SERVICE_DESCRIPTIONW { struct
241 alias SERVICE_DESCRIPTIONW* LPSERVICE_DESCRIPTIONW; argument
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d238 struct SERVICE_DESCRIPTIONW { struct
241 alias SERVICE_DESCRIPTIONW* LPSERVICE_DESCRIPTIONW; argument
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d238 struct SERVICE_DESCRIPTIONW { struct
241 alias SERVICE_DESCRIPTIONW* LPSERVICE_DESCRIPTIONW; argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d239 struct SERVICE_DESCRIPTIONW { struct
242 alias SERVICE_DESCRIPTIONW* LPSERVICE_DESCRIPTIONW; argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/plugins/module_utils/
H A DSCManager.cs72 public struct SERVICE_DESCRIPTIONW struct in ansible_collections.ansible.windows.plugins.module_utils.SCManager.NativeHelpers
74 [MarshalAs(UnmanagedType.LPWStr)] public string lpDescription;
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/windows-integration/plugins/module_utils/
H A DAnsible.Service.cs51 public struct SERVICE_DESCRIPTIONW struct in Ansible.Service.NativeHelpers
53 [MarshalAs(UnmanagedType.LPWStr)] public string lpDescription;
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/windows-integration/plugins/module_utils/
H A DAnsible.Service.cs51 public struct SERVICE_DESCRIPTIONW struct in Ansible.Service.NativeHelpers
53 [MarshalAs(UnmanagedType.LPWStr)] public string lpDescription;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Services/
H A Dmod.rs1708 pub struct SERVICE_DESCRIPTIONW { struct
1712 impl SERVICE_DESCRIPTIONW {} impl
1714 impl ::std::default::Default for SERVICE_DESCRIPTIONW { implementation
1720 impl ::std::fmt::Debug for SERVICE_DESCRIPTIONW { implementation
1726 impl ::std::cmp::PartialEq for SERVICE_DESCRIPTIONW { implementation
1732 impl ::std::cmp::Eq for SERVICE_DESCRIPTIONW {} implementation
1734 unsafe impl ::windows::runtime::Abi for SERVICE_DESCRIPTIONW { implementation
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Services/
H A Dmod.rs537 pub struct SERVICE_DESCRIPTIONW { struct
541 impl ::core::marker::Copy for SERVICE_DESCRIPTIONW {} argument
543 impl ::core::clone::Clone for SERVICE_DESCRIPTIONW { implementation
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dwinsvc.h196 } SERVICE_DESCRIPTIONW,*LPSERVICE_DESCRIPTIONW; typedef
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dwinsvc.h196 } SERVICE_DESCRIPTIONW,*LPSERVICE_DESCRIPTIONW; typedef
/dports/devel/upp/upp/bazaar/plugin/tcc/include/winapi/
H A Dwinsvc.h169 } SERVICE_DESCRIPTIONW,*LPSERVICE_DESCRIPTIONW; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinsvc.h101 } SERVICE_DESCRIPTIONW,*LPSERVICE_DESCRIPTIONW; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinsvc.h101 } SERVICE_DESCRIPTIONW,*LPSERVICE_DESCRIPTIONW; typedef
/dports/net/py-impacket/impacket-0.9.17/impacket/dcerpc/v5/
H A Dscmr.py306 class SERVICE_DESCRIPTIONW(NDRSTRUCT): class