Home
last modified time | relevance | path

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

/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d144 struct QUERY_SERVICE_CONFIGW { struct
155 alias QUERY_SERVICE_CONFIGW* LPQUERY_SERVICE_CONFIGW; argument
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d144 struct QUERY_SERVICE_CONFIGW { struct
155 alias QUERY_SERVICE_CONFIGW* LPQUERY_SERVICE_CONFIGW; argument
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d143 struct QUERY_SERVICE_CONFIGW { struct
154 alias QUERY_SERVICE_CONFIGW* LPQUERY_SERVICE_CONFIGW; argument
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d144 struct QUERY_SERVICE_CONFIGW { struct
155 alias QUERY_SERVICE_CONFIGW* LPQUERY_SERVICE_CONFIGW; argument
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d143 struct QUERY_SERVICE_CONFIGW { struct
154 alias QUERY_SERVICE_CONFIGW* LPQUERY_SERVICE_CONFIGW; argument
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d143 struct QUERY_SERVICE_CONFIGW { struct
154 alias QUERY_SERVICE_CONFIGW* LPQUERY_SERVICE_CONFIGW; argument
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d143 struct QUERY_SERVICE_CONFIGW { struct
154 alias QUERY_SERVICE_CONFIGW* LPQUERY_SERVICE_CONFIGW; argument
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d143 struct QUERY_SERVICE_CONFIGW { struct
154 alias QUERY_SERVICE_CONFIGW* LPQUERY_SERVICE_CONFIGW; argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d144 struct QUERY_SERVICE_CONFIGW { struct
155 alias QUERY_SERVICE_CONFIGW* LPQUERY_SERVICE_CONFIGW; argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/plugins/module_utils/
H A DSCManager.cs45 public struct QUERY_SERVICE_CONFIGW struct in ansible_collections.ansible.windows.plugins.module_utils.SCManager.NativeHelpers
47 public ServiceType dwServiceType;
48 public ServiceStartType dwStartType;
49 public ErrorControl dwErrorControl;
50 [MarshalAs(UnmanagedType.LPWStr)] public string lpBinaryPathName;
51 [MarshalAs(UnmanagedType.LPWStr)] public string lpLoadOrderGroup;
52 public Int32 dwTagId;
53 … public IntPtr lpDependencies; // Can't rely on marshaling as dependencies are delimited by \0.
54 [MarshalAs(UnmanagedType.LPWStr)] public string lpServiceStartName;
55 [MarshalAs(UnmanagedType.LPWStr)] public string lpDisplayName;
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/windows-integration/plugins/module_utils/
H A DAnsible.Service.cs24 public struct QUERY_SERVICE_CONFIGW struct in Ansible.Service.NativeHelpers
26 public ServiceType dwServiceType;
27 public ServiceStartType dwStartType;
28 public ErrorControl dwErrorControl;
29 [MarshalAs(UnmanagedType.LPWStr)] public string lpBinaryPathName;
30 [MarshalAs(UnmanagedType.LPWStr)] public string lpLoadOrderGroup;
31 public Int32 dwTagId;
32 … public IntPtr lpDependencies; // Can't rely on marshaling as dependencies are delimited by \0.
33 [MarshalAs(UnmanagedType.LPWStr)] public string lpServiceStartName;
34 [MarshalAs(UnmanagedType.LPWStr)] public string lpDisplayName;
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/windows-integration/plugins/module_utils/
H A DAnsible.Service.cs24 public struct QUERY_SERVICE_CONFIGW struct in Ansible.Service.NativeHelpers
26 public ServiceType dwServiceType;
27 public ServiceStartType dwStartType;
28 public ErrorControl dwErrorControl;
29 [MarshalAs(UnmanagedType.LPWStr)] public string lpBinaryPathName;
30 [MarshalAs(UnmanagedType.LPWStr)] public string lpLoadOrderGroup;
31 public Int32 dwTagId;
32 … public IntPtr lpDependencies; // Can't rely on marshaling as dependencies are delimited by \0.
33 [MarshalAs(UnmanagedType.LPWStr)] public string lpServiceStartName;
34 [MarshalAs(UnmanagedType.LPWStr)] public string lpDisplayName;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Services/
H A Dmod.rs129 …ceConfigW(hservice: super::super::Security::SC_HANDLE, lpserviceconfig: *mut QUERY_SERVICE_CONFIGW in QueryServiceConfigW()
313 pub struct QUERY_SERVICE_CONFIGW { struct
325 impl ::core::marker::Copy for QUERY_SERVICE_CONFIGW {} argument
327 impl ::core::clone::Clone for QUERY_SERVICE_CONFIGW { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Services/
H A Dmod.rs1006 pub struct QUERY_SERVICE_CONFIGW { struct
1018 impl QUERY_SERVICE_CONFIGW {} argument
1020 impl ::std::default::Default for QUERY_SERVICE_CONFIGW { implementation
1026 impl ::std::fmt::Debug for QUERY_SERVICE_CONFIGW { implementation
1042 impl ::std::cmp::PartialEq for QUERY_SERVICE_CONFIGW { implementation
1048 impl ::std::cmp::Eq for QUERY_SERVICE_CONFIGW {} implementation
1050 unsafe impl ::windows::runtime::Abi for QUERY_SERVICE_CONFIGW { implementation
1168 … super::super::Security::SC_HANDLE>>(hservice: Param0, lpserviceconfig: *mut QUERY_SERVICE_CONFIGW in QueryServiceConfigW()
1173 …ceConfigW(hservice: super::super::Security::SC_HANDLE, lpserviceconfig: *mut QUERY_SERVICE_CONFIGW in QueryServiceConfigW()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dwinsvc.h164 } QUERY_SERVICE_CONFIGW,*LPQUERY_SERVICE_CONFIGW; typedef
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dwinsvc.h164 } QUERY_SERVICE_CONFIGW,*LPQUERY_SERVICE_CONFIGW; typedef
/dports/devel/upp/upp/bazaar/plugin/tcc/include/winapi/
H A Dwinsvc.h137 } QUERY_SERVICE_CONFIGW,*LPQUERY_SERVICE_CONFIGW; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinsvc.h238 } QUERY_SERVICE_CONFIGW,*LPQUERY_SERVICE_CONFIGW; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinsvc.h238 } QUERY_SERVICE_CONFIGW,*LPQUERY_SERVICE_CONFIGW; typedef
/dports/net/py-impacket/impacket-0.9.17/impacket/dcerpc/v5/
H A Dscmr.py228 class QUERY_SERVICE_CONFIGW(NDRSTRUCT): class