Home
last modified time | relevance | path

Searched refs:WTS_CLIENT_DISPLAY (Results 1 – 21 of 21) sorted by relevance

/dports/x11/xpra/xpra-4.3/xpra/platform/win32/
H A Dwtsapi.py31 class WTS_CLIENT_DISPLAY(Structure): class
188 if size.value>=sizeof(WTS_CLIENT_DISPLAY):
189 pdisplay = cast(buf, POINTER(WTS_CLIENT_DISPLAY))
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/win32/
H A Dwtsapi32.py177 class WTS_CLIENT_DISPLAY(Structure): class
183 PWTS_CLIENT_DISPLAY = POINTER(WTS_CLIENT_DISPLAY)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/
H A Dwtsapi32.py177 class WTS_CLIENT_DISPLAY(Structure): class
183 PWTS_CLIENT_DISPLAY = POINTER(WTS_CLIENT_DISPLAY)
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/win32/
H A Dwtsapi32.py177 class WTS_CLIENT_DISPLAY(Structure): class
183 PWTS_CLIENT_DISPLAY = POINTER(WTS_CLIENT_DISPLAY)
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/
H A Dwtsapi32.py177 class WTS_CLIENT_DISPLAY(Structure): class
183 PWTS_CLIENT_DISPLAY = POINTER(WTS_CLIENT_DISPLAY)
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dwtsapi32.d156 struct WTS_CLIENT_DISPLAY { struct
161 alias WTS_CLIENT_DISPLAY* PWTS_CLIENT_DISPLAY; argument
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwtsapi32.d156 struct WTS_CLIENT_DISPLAY { struct
161 alias WTS_CLIENT_DISPLAY* PWTS_CLIENT_DISPLAY; argument
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dwtsapi32.d155 struct WTS_CLIENT_DISPLAY { struct
160 alias WTS_CLIENT_DISPLAY* PWTS_CLIENT_DISPLAY; argument
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dwtsapi32.d156 struct WTS_CLIENT_DISPLAY { struct
161 alias WTS_CLIENT_DISPLAY* PWTS_CLIENT_DISPLAY; argument
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwtsapi32.d155 struct WTS_CLIENT_DISPLAY { struct
160 alias WTS_CLIENT_DISPLAY* PWTS_CLIENT_DISPLAY; argument
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dwtsapi32.d155 struct WTS_CLIENT_DISPLAY { struct
160 alias WTS_CLIENT_DISPLAY* PWTS_CLIENT_DISPLAY; argument
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dwtsapi32.d155 struct WTS_CLIENT_DISPLAY { struct
160 alias WTS_CLIENT_DISPLAY* PWTS_CLIENT_DISPLAY; argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwtsapi32.d156 struct WTS_CLIENT_DISPLAY { struct
161 alias WTS_CLIENT_DISPLAY* PWTS_CLIENT_DISPLAY; argument
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Dwtsapi32.d155 struct WTS_CLIENT_DISPLAY { struct
160 alias WTS_CLIENT_DISPLAY* PWTS_CLIENT_DISPLAY; argument
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dwtsapi32.d155 struct WTS_CLIENT_DISPLAY { struct
160 alias WTS_CLIENT_DISPLAY* PWTS_CLIENT_DISPLAY; argument
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwawtsapi32.pas410 PWTS_CLIENT_DISPLAY = ^WTS_CLIENT_DISPLAY;
418 WTS_CLIENT_DISPLAY = _WTS_CLIENT_DISPLAY;
420 TWtsClientDisplay = WTS_CLIENT_DISPLAY;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwtsapi32.h123 } WTS_CLIENT_DISPLAY,*PWTS_CLIENT_DISPLAY; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwtsapi32.h123 } WTS_CLIENT_DISPLAY,*PWTS_CLIENT_DISPLAY; typedef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/RemoteDesktop/
H A Dmod.rs1778 pub struct WTS_CLIENT_DISPLAY { struct
1783 impl ::core::marker::Copy for WTS_CLIENT_DISPLAY {} argument
1784 impl ::core::clone::Clone for WTS_CLIENT_DISPLAY { implementation
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dwtsapi.h665 } WTS_CLIENT_DISPLAY, *PWTS_CLIENT_DISPLAY; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/RemoteDesktop/
H A Dmod.rs12024 pub struct WTS_CLIENT_DISPLAY { struct
12029 impl WTS_CLIENT_DISPLAY {} argument
12030 impl ::std::default::Default for WTS_CLIENT_DISPLAY { implementation
12035 impl ::std::fmt::Debug for WTS_CLIENT_DISPLAY { implementation
12040 impl ::std::cmp::PartialEq for WTS_CLIENT_DISPLAY { implementation
12045 impl ::std::cmp::Eq for WTS_CLIENT_DISPLAY {} implementation
12046 unsafe impl ::windows::runtime::Abi for WTS_CLIENT_DISPLAY { implementation