Home
last modified time | relevance | path

Searched refs:lpVersionInformation (Results 1 – 9 of 9) sorted by relevance

/reactos/dll/win32/kernel32/client/
H A Dversion.c37 GetVersionExW(IN LPOSVERSIONINFOW lpVersionInformation) in GetVersionExW() argument
69 GetVersionExA(IN LPOSVERSIONINFOA lpVersionInformation) in GetVersionExA() argument
96 lpVersionInformationEx = (PVOID)lpVersionInformation; in GetVersionExA()
106 lpVersionInformation->szCSDVersion, in GetVersionExA()
118 VerifyVersionInfoW(IN LPOSVERSIONINFOEXW lpVersionInformation, in VerifyVersionInfoW() argument
134 if (lpVersionInformation) in VerifyVersionInfoW()
171 viex.dwBuildNumber = lpVersionInformation->dwBuildNumber; in VerifyVersionInfoA()
172 viex.dwPlatformId = lpVersionInformation->dwPlatformId; in VerifyVersionInfoA()
175 viex.wSuiteMask = lpVersionInformation->wSuiteMask; in VerifyVersionInfoA()
176 viex.wProductType = lpVersionInformation->wProductType; in VerifyVersionInfoA()
[all …]
/reactos/dll/ntdll/rtl/
H A Dversion.c158 RtlGetVersion(IN OUT PRTL_OSVERSIONINFOW lpVersionInformation) in RtlGetVersion() argument
163 if (lpVersionInformation->dwOSVersionInfoSize != sizeof(RTL_OSVERSIONINFOW) && in RtlGetVersion()
164 lpVersionInformation->dwOSVersionInfoSize != sizeof(RTL_OSVERSIONINFOEXW)) in RtlGetVersion()
169 lpVersionInformation->dwMajorVersion = Peb->OSMajorVersion; in RtlGetVersion()
170 lpVersionInformation->dwMinorVersion = Peb->OSMinorVersion; in RtlGetVersion()
171 lpVersionInformation->dwBuildNumber = Peb->OSBuildNumber; in RtlGetVersion()
172 lpVersionInformation->dwPlatformId = Peb->OSPlatformId; in RtlGetVersion()
173 RtlZeroMemory(lpVersionInformation->szCSDVersion, sizeof(lpVersionInformation->szCSDVersion)); in RtlGetVersion()
189 lpVersionInformation->szCSDVersion[Length] = UNICODE_NULL; in RtlGetVersion()
191 if (lpVersionInformation->dwOSVersionInfoSize == sizeof(RTL_OSVERSIONINFOEXW)) in RtlGetVersion()
[all …]
/reactos/ntoskrnl/rtl/
H A Dmisc.c41 RtlGetVersion(IN OUT PRTL_OSVERSIONINFOW lpVersionInformation) in RtlGetVersion() argument
46 lpVersionInformation->dwMajorVersion = NtMajorVersion; in RtlGetVersion()
47 lpVersionInformation->dwMinorVersion = NtMinorVersion; in RtlGetVersion()
48 lpVersionInformation->dwBuildNumber = NtBuildNumber & 0x3FFF; in RtlGetVersion()
49 lpVersionInformation->dwPlatformId = VER_PLATFORM_WIN32_NT; in RtlGetVersion()
52 if (lpVersionInformation->dwOSVersionInfoSize == sizeof(RTL_OSVERSIONINFOEXW)) in RtlGetVersion()
54 PRTL_OSVERSIONINFOEXW InfoEx = (PRTL_OSVERSIONINFOEXW)lpVersionInformation; in RtlGetVersion()
/reactos/sdk/include/psdk/
H A Dstringapiset.h26 _Reserved_ LPNLSVERSIONINFO lpVersionInformation,
H A Dwinnls.h839 _Inout_ LPNLSVERSIONINFOEX lpVersionInformation);
946 _In_ LPNLSVERSIONINFO lpVersionInformation,
1153 _In_opt_ LPNLSVERSIONINFO lpVersionInformation,
/reactos/sdk/lib/rtl/
H A Dversion.c21 RtlGetVersion(OUT PRTL_OSVERSIONINFOW lpVersionInformation);
/reactos/dll/win32/kernel32/winnls/string/
H A Dnls.c2563 IN LPNLSVERSIONINFO lpVersionInformation, in IsNLSDefinedString() argument
2578 IN OUT LPNLSVERSIONINFO lpVersionInformation) in GetNLSVersion() argument
2591 IN OUT LPNLSVERSIONINFOEX lpVersionInformation) in GetNLSVersionEx() argument
/reactos/sdk/include/xdk/
H A Drtlfuncs.h1068 _At_(lpVersionInformation->dwOSVersionInfoSize, _Pre_ _Valid_)
1069 _When_(lpVersionInformation->dwOSVersionInfoSize == sizeof(RTL_OSVERSIONINFOEXW),
1070 _At_((PRTL_OSVERSIONINFOEXW)lpVersionInformation, _Out_))
1071 PRTL_OSVERSIONINFOW lpVersionInformation);
/reactos/sdk/include/ndk/
H A Drtlfuncs.h4696 _At_(lpVersionInformation->dwOSVersionInfoSize, _Pre_ _Valid_)
4697 _When_(lpVersionInformation->dwOSVersionInfoSize == sizeof(RTL_OSVERSIONINFOEXW),
4698 _At_((PRTL_OSVERSIONINFOEXW)lpVersionInformation, _Out_))
4699 PRTL_OSVERSIONINFOW lpVersionInformation