Searched refs:aOsVersion (Results 1 – 1 of 1) sorted by relevance
86 OSVERSIONINFO aOsVersion; in IsSupportedPlatform() local88 ZeroMemory( &aOsVersion, sizeof( OSVERSIONINFO )); in IsSupportedPlatform()92 if ( GetVersionEx( &aOsVersion )) in IsSupportedPlatform()94 switch ( aOsVersion.dwPlatformId ) in IsSupportedPlatform()115 OSVERSIONINFO aOsVersion; in GetOperatingSystemString() local117 ZeroMemory( &aOsVersion, sizeof( OSVERSIONINFO )); in GetOperatingSystemString()123 if ( GetVersionEx( &aOsVersion )) in GetOperatingSystemString()125 switch ( aOsVersion.dwPlatformId ) in GetOperatingSystemString()130 if ( aOsVersion.dwMajorVersion == 3 ) in GetOperatingSystemString()133 if ( aOsVersion.dwMinorVersion == 0 ) in GetOperatingSystemString()[all …]
Completed in 17 milliseconds