Home
last modified time | relevance | path

Searched defs:lpVersionInformation (Results 1 – 12 of 12) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/NtDll/
H A DInterop.RtlGetVersion.cs14 private static extern int RtlGetVersion(out RTL_OSVERSIONINFOEX lpVersionInformation); in RtlGetVersion()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/Interop/Windows/Kernel32/
H A DInterop.Globalization.cs34 void* lpVersionInformation, in LCMapStringEx()
47 void* lpVersionInformation, in FindNLSStringEx()
59 void* lpVersionInformation, in CompareStringEx()
84 IntPtr lpVersionInformation, in IsNLSDefinedString()
131 …safe bool GetNLSVersionEx(int function, string localeName, NlsVersionInfoEx* lpVersionInformation); in GetNLSVersionEx()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/Interop/Windows/Kernel32/
H A DInterop.Globalization.cs34 void* lpVersionInformation, in LCMapStringEx()
47 void* lpVersionInformation, in FindNLSStringEx()
59 void* lpVersionInformation, in CompareStringEx()
84 IntPtr lpVersionInformation, in IsNLSDefinedString()
131 …safe bool GetNLSVersionEx(int function, string localeName, NlsVersionInfoEx* lpVersionInformation); in GetNLSVersionEx()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Net/
H A DCapability.Sockets.cs14 private static extern int RtlGetVersion(ref RTL_OSVERSIONINFOW lpVersionInformation); in RtlGetVersion()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/sdl/win32/
H A Dwin32_wrapper.cpp47 BOOL VerifyVersionInfoFunc(LPOSVERSIONINFOEXA lpVersionInformation, DWORD dwTypeMask, DWORDLONG dwl… in VerifyVersionInfoFunc()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/sdl/win32/
H A Dwin32_wrapper.cpp47 BOOL VerifyVersionInfoFunc(LPOSVERSIONINFOEXA lpVersionInformation, DWORD dwTypeMask, DWORDLONG dwl… in VerifyVersionInfoFunc()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/sysinfo/
H A Dsysinfo.c325 BOOL GetVersionExA(LPOSVERSIONINFOA lpVersionInformation) in GetVersionExA()
381 BOOL GetVersionExW(LPOSVERSIONINFOW lpVersionInformation) in GetVersionExW()
/dports/games/residualvm/residualvm-0.3.1/backends/taskbar/win32/
H A Dwin32-taskbar.cpp393 BOOL VerifyVersionInfoFunc(LPOSVERSIONINFOEXA lpVersionInformation, DWORD dwTypeMask, DWORDLONG dwl… in VerifyVersionInfoFunc()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/CoreFx.Private.TestUtilities/src/System/
H A DPlatformDetection.Windows.cs234 private static extern int RtlGetVersion(out RTL_OSVERSIONINFOEX lpVersionInformation); in RtlGetVersion()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DKernel32.java1514 …boolean VerifyVersionInfoW(OSVERSIONINFOEX lpVersionInformation, int dwTypeMask, long dwlCondition… in VerifyVersionInfoW()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/kProfiler2/
H A DkPrf2WinApiWrappers-kernel32.h6842 __declspec(dllexport) BOOL WINAPI kPrf2Wrap_GetVersionExA( LPOSVERSIONINFOA lpVersionInformation ) in kPrf2Wrap_GetVersionExA()
6851 __declspec(dllexport) BOOL WINAPI kPrf2Wrap_GetVersionExW( LPOSVERSIONINFOW lpVersionInformation ) in kPrf2Wrap_GetVersionExW()
6860 …pec(dllexport) BOOL WINAPI kPrf2Wrap_VerifyVersionInfoA( LPOSVERSIONINFOEXA lpVersionInformation, … in kPrf2Wrap_VerifyVersionInfoA()
6869 …pec(dllexport) BOOL WINAPI kPrf2Wrap_VerifyVersionInfoW( LPOSVERSIONINFOEXW lpVersionInformation, … in kPrf2Wrap_VerifyVersionInfoW()
8426 …Prf2Wrap_GetNLSVersion( NLS_FUNCTION Function, LCID Locale, LPNLSVERSIONINFO lpVersionInformation ) in kPrf2Wrap_GetNLSVersion()
8435 …IsNLSDefinedString( NLS_FUNCTION Function, DWORD dwFlags, LPNLSVERSIONINFO lpVersionInformation, L… in kPrf2Wrap_IsNLSDefinedString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/microsoft/win32/
H A Dwin32native.cs2774 internal static extern int RtlGetVersion(out RTL_OSVERSIONINFOEX lpVersionInformation); in RtlGetVersion()