Home
last modified time | relevance | path

Searched refs:OSVERSIONINFOW (Results 1 – 25 of 501) sorted by relevance

12345678910>>...21

/dports/games/multimc/MultiMC5-0.6.11/libraries/systeminfo/src/
H A Dsys_win32.cpp9 OSVERSIONINFOW osvi; in getKernelInfo()
10 ZeroMemory(&osvi, sizeof(OSVERSIONINFOW)); in getKernelInfo()
11 osvi.dwOSVersionInfoSize = sizeof(OSVERSIONINFOW); in getKernelInfo()
/dports/devel/py-minidump/minidump-0.0.20/minidump/utils/winapi/
H A Dversion.py46 class OSVERSIONINFOW(Structure): class
92 osi = OSVERSIONINFOW()
94 _GetVersionExW.argtypes = [POINTER(OSVERSIONINFOW)]
/dports/editors/abiword/abiword-3.0.5/src/af/util/win/
H A Dut_Win32OS.cpp31 OSVERSIONINFOW& UT_GetWinVersion(void) in UT_GetWinVersion()
34 static OSVERSIONINFOW os; in UT_GetWinVersion()
132 OSVERSIONINFOW osvi; in UT_GetDefaultPrinterName()
137 osvi.dwOSVersionInfoSize = sizeof(OSVERSIONINFOW); in UT_GetDefaultPrinterName()
H A Dut_Win32OS.h28 OSVERSIONINFOW& UT_GetWinVersion(void);
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/sysdep/os/win/wposix/
H A Dwutsname.cpp32 OSVERSIONINFOW vi = { sizeof(OSVERSIONINFOW) }; in uname()
/dports/games/abstreet/winit-a87ae2661263ff241e8868cbf3ce65aab205863a/src/platform_impl/windows/
H A Ddark_mode.rs24 struct OSVERSIONINFOW {
33 type RtlGetVersion = unsafe extern "system" fn (*mut OSVERSIONINFOW) -> NTSTATUS;
38 let mut vi = OSVERSIONINFOW {
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/winit-0.24.0/src/platform_impl/windows/
H A Ddark_mode.rs26 struct OSVERSIONINFOW {
35 type RtlGetVersion = unsafe extern "system" fn (*mut OSVERSIONINFOW) -> NTSTATUS;
40 let mut vi = OSVERSIONINFOW {
/dports/cad/opencascade/opencascade-7.6.0/src/OSD/
H A DOSD_Host.cxx209 OSVERSIONINFOW osVerInfo; in OSD_Host()
214 ZeroMemory (&osVerInfo, sizeof(OSVERSIONINFOW)); in OSD_Host()
215 osVerInfo.dwOSVersionInfoSize = sizeof(OSVERSIONINFOW); in OSD_Host()
/dports/security/py-yubikey-manager/yubikey-manager-4.0.7/ykman/
H A Dutil.py208 class OSVERSIONINFOW(ctypes.Structure): class
221 osvi = OSVERSIONINFOW()
/dports/lang/tcl87/tcl8.7a5/win/
H A DtclWin32Dll.c173 OSVERSIONINFOW os; in TclWinInit()
176 os.dwOSVersionInfoSize = sizeof(OSVERSIONINFOW); in TclWinInit()
H A DtclWinInit.c503 static OSVERSIONINFOW osInfo; in TclpSetVariables()
514 osInfo.dwOSVersionInfoSize = sizeof(OSVERSIONINFOW); in TclpSetVariables()
/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 Dversion.py132 class OSVERSIONINFOW(Structure): class
185 LPOSVERSIONINFOW = POINTER(OSVERSIONINFOW)
521 osi = OSVERSIONINFOW()
523 _GetVersionExW.argtypes = [POINTER(OSVERSIONINFOW)]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/win32/
H A Dversion.py132 class OSVERSIONINFOW(Structure): class
185 LPOSVERSIONINFOW = POINTER(OSVERSIONINFOW)
521 osi = OSVERSIONINFOW()
523 _GetVersionExW.argtypes = [POINTER(OSVERSIONINFOW)]
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/win32/
H A Dversion.py132 class OSVERSIONINFOW(Structure): class
185 LPOSVERSIONINFOW = POINTER(OSVERSIONINFOW)
521 osi = OSVERSIONINFOW()
523 _GetVersionExW.argtypes = [POINTER(OSVERSIONINFOW)]
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/
H A Dversion.py132 class OSVERSIONINFOW(Structure): class
185 LPOSVERSIONINFOW = POINTER(OSVERSIONINFOW)
521 osi = OSVERSIONINFOW()
523 _GetVersionExW.argtypes = [POINTER(OSVERSIONINFOW)]
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dsysinfo.h120 } OSVERSIONINFOW, *POSVERSIONINFOW, *LPOSVERSIONINFOW; typedef
153 #define OSVERSIONINFO OSVERSIONINFOW
/dports/lang/tcl86/tcl8.6.12/unix/
H A DtclUnixInit.c83 } OSVERSIONINFOW; typedef
780 static OSVERSIONINFOW osInfo; in TclpSetVariables()
881 osInfo.dwOSVersionInfoSize = sizeof(OSVERSIONINFOW); in TclpSetVariables()
/dports/lang/tcl87/tcl8.7a5/unix/
H A DtclUnixInit.c81 } OSVERSIONINFOW; typedef
779 static OSVERSIONINFOW osInfo; in TclpSetVariables()
880 osInfo.dwOSVersionInfoSize = sizeof(OSVERSIONINFOW); in TclpSetVariables()
/dports/lang/tcl86/tcl8.6.12/win/
H A DtclWin32Dll.c183 OSVERSIONINFOW os; in TclWinInit()
186 os.dwOSVersionInfoSize = sizeof(OSVERSIONINFOW); in TclWinInit()
H A DtclWinInit.c570 static OSVERSIONINFOW osInfo; in TclpSetVariables()
581 osInfo.dwOSVersionInfoSize = sizeof(OSVERSIONINFOW); in TclpSetVariables()
/dports/lang/tcl85/tcl8.5.19/unix/
H A DtclUnixInit.c79 } OSVERSIONINFOW; typedef
809 static OSVERSIONINFOW osInfo; in TclpSetVariables()
927 osInfo.dwOSVersionInfoSize = sizeof(OSVERSIONINFOW); in TclpSetVariables()
/dports/lang/tcl85/tcl8.5.19/win/
H A DtclWinInit.c562 static OSVERSIONINFOW osInfo; in TclpSetVariables()
575 osInfo.dwOSVersionInfoSize = sizeof(OSVERSIONINFOW); in TclpSetVariables()
/dports/multimedia/atomicparsley/atomicparsley-20210114.184825.1dbe1be/src/
H A Dutil.cpp229 OSVERSIONINFOW os; in IsUnicodeWinOS()
230 memset(&os, 0, sizeof(OSVERSIONINFOW)); in IsUnicodeWinOS()
231 os.dwOSVersionInfoSize = sizeof(OSVERSIONINFOW); in IsUnicodeWinOS()
/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DEnvironment_WIN32U.cpp135 OSVERSIONINFOW vi; in osVersionImpl()
H A DEnvironment_WINCE.cpp73 OSVERSIONINFOW vi; in osVersionImpl()

12345678910>>...21