Home
last modified time | relevance | path

Searched defs:QUERY_SERVICE_LOCK_STATUSW (Results 1 – 17 of 17) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d164 struct QUERY_SERVICE_LOCK_STATUSW { struct
169 alias QUERY_SERVICE_LOCK_STATUSW* LPQUERY_SERVICE_LOCK_STATUSW; argument
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d164 struct QUERY_SERVICE_LOCK_STATUSW { struct
169 alias QUERY_SERVICE_LOCK_STATUSW* LPQUERY_SERVICE_LOCK_STATUSW; argument
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d163 struct QUERY_SERVICE_LOCK_STATUSW { struct
168 alias QUERY_SERVICE_LOCK_STATUSW* LPQUERY_SERVICE_LOCK_STATUSW; argument
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d164 struct QUERY_SERVICE_LOCK_STATUSW { struct
169 alias QUERY_SERVICE_LOCK_STATUSW* LPQUERY_SERVICE_LOCK_STATUSW; argument
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d163 struct QUERY_SERVICE_LOCK_STATUSW { struct
168 alias QUERY_SERVICE_LOCK_STATUSW* LPQUERY_SERVICE_LOCK_STATUSW; argument
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d163 struct QUERY_SERVICE_LOCK_STATUSW { struct
168 alias QUERY_SERVICE_LOCK_STATUSW* LPQUERY_SERVICE_LOCK_STATUSW; argument
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d163 struct QUERY_SERVICE_LOCK_STATUSW { struct
168 alias QUERY_SERVICE_LOCK_STATUSW* LPQUERY_SERVICE_LOCK_STATUSW; argument
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d163 struct QUERY_SERVICE_LOCK_STATUSW { struct
168 alias QUERY_SERVICE_LOCK_STATUSW* LPQUERY_SERVICE_LOCK_STATUSW; argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwinsvc.d164 struct QUERY_SERVICE_LOCK_STATUSW { struct
169 alias QUERY_SERVICE_LOCK_STATUSW* LPQUERY_SERVICE_LOCK_STATUSW; argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Services/
H A Dmod.rs135 …tatusW(hscmanager: super::super::Security::SC_HANDLE, lplockstatus: *mut QUERY_SERVICE_LOCK_STATUS… in QueryServiceLockStatusW()
349 pub struct QUERY_SERVICE_LOCK_STATUSW { struct
355 impl ::core::marker::Copy for QUERY_SERVICE_LOCK_STATUSW {} argument
357 impl ::core::clone::Clone for QUERY_SERVICE_LOCK_STATUSW { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Services/
H A Dmod.rs1092 pub struct QUERY_SERVICE_LOCK_STATUSW { struct
1098 impl QUERY_SERVICE_LOCK_STATUSW {} argument
1100 impl ::std::default::Default for QUERY_SERVICE_LOCK_STATUSW { implementation
1106 impl ::std::fmt::Debug for QUERY_SERVICE_LOCK_STATUSW { implementation
1112 impl ::std::cmp::PartialEq for QUERY_SERVICE_LOCK_STATUSW { implementation
1118 impl ::std::cmp::Eq for QUERY_SERVICE_LOCK_STATUSW {} implementation
1120 unsafe impl ::windows::runtime::Abi for QUERY_SERVICE_LOCK_STATUSW { implementation
1210 …per::super::Security::SC_HANDLE>>(hscmanager: Param0, lplockstatus: *mut QUERY_SERVICE_LOCK_STATUS… in QueryServiceLockStatusW()
1215 …tatusW(hscmanager: super::super::Security::SC_HANDLE, lplockstatus: *mut QUERY_SERVICE_LOCK_STATUS… in QueryServiceLockStatusW()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dwinsvc.h174 } QUERY_SERVICE_LOCK_STATUSW,*LPQUERY_SERVICE_LOCK_STATUSW; typedef
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dwinsvc.h174 } QUERY_SERVICE_LOCK_STATUSW,*LPQUERY_SERVICE_LOCK_STATUSW; typedef
/dports/devel/upp/upp/bazaar/plugin/tcc/include/winapi/
H A Dwinsvc.h147 } QUERY_SERVICE_LOCK_STATUSW,*LPQUERY_SERVICE_LOCK_STATUSW; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinsvc.h211 } QUERY_SERVICE_LOCK_STATUSW,*LPQUERY_SERVICE_LOCK_STATUSW; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinsvc.h211 } QUERY_SERVICE_LOCK_STATUSW,*LPQUERY_SERVICE_LOCK_STATUSW; typedef
/dports/net/py-impacket/impacket-0.9.17/impacket/dcerpc/v5/
H A Dscmr.py294 class QUERY_SERVICE_LOCK_STATUSW(NDRSTRUCT): class