ReactOS 0.4.16-dev-598-gc07fba4
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static VOID NTAPI | SetRosSpecificInfo (IN OUT PRTL_OSVERSIONINFOEXW VersionInformation) |
BOOLEAN NTAPI | RtlGetNtProductType (_Out_ PNT_PRODUCT_TYPE ProductType) |
VOID NTAPI | RtlGetNtVersionNumbers (OUT PULONG pMajorVersion, OUT PULONG pMinorVersion, OUT PULONG pBuildNumber) |
NTSTATUS NTAPI | RtlGetVersion (IN OUT PRTL_OSVERSIONINFOW lpVersionInformation) |
BOOLEAN NTAPI RtlGetNtProductType | ( | _Out_ PNT_PRODUCT_TYPE | ProductType | ) |
Definition at line 96 of file version.c.
Referenced by cmdAccounts(), LsapInitLsa(), NewCtxInit(), SamIInitialize(), and START_TEST().
VOID NTAPI RtlGetNtVersionNumbers | ( | OUT PULONG | pMajorVersion, |
OUT PULONG | pMinorVersion, | ||
OUT PULONG | pBuildNumber | ||
) |
Definition at line 126 of file version.c.
NTSTATUS NTAPI RtlGetVersion | ( | IN OUT PRTL_OSVERSIONINFOW | lpVersionInformation | ) |
Definition at line 158 of file version.c.
Referenced by _Function_class_(), _tmain(), AuxKlibInitialize(), DwmIsCompositionEnabled(), GetSystemVersionString(), GetVersionExW(), init_function_pointers(), InitializeMachineInformation(), InitializeTransferPackets(), RtlVerifyVersionInfo(), run_open_osfhandle(), set_installer_properties(), START_TEST(), TestEntry(), and VideoPortGetVersion().
|
static |
Definition at line 22 of file version.c.
Referenced by RtlGetVersion().