Searched refs:aOsVersion (Results 1 – 1 of 1) sorted by relevance
86 OSVERSIONINFO aOsVersion; in IsSupportedPlatform() local88 ZeroMemory( &aOsVersion, sizeof( OSVERSIONINFO )); in IsSupportedPlatform()89 aOsVersion.dwOSVersionInfoSize = 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()118 aOsVersion.dwOSVersionInfoSize = sizeof( OSVERSIONINFO ); in GetOperatingSystemString()123 if ( GetVersionEx( &aOsVersion )) in GetOperatingSystemString()125 switch ( aOsVersion.dwPlatformId ) in GetOperatingSystemString()[all …]