MCPcopy Create free account
hub / github.com/FreeApophis/TrueCrypt / IsOSVersionAtLeast

Function IsOSVersionAtLeast

Common/Dlgcode.c:8102–8126  ·  view source on GitHub ↗

Returns TRUE if the operating system is at least reqMinOS and service pack at least reqMinServicePack. Example 1: IsOSVersionAtLeast (WIN_VISTA, 1) called under Windows 2008, returns TRUE. Example 2: IsOSVersionAtLeast (WIN_XP, 3) called under Windows XP SP1, returns FALSE. Example 3: IsOSVersionAtLeast (WIN_XP, 3) called under Windows Vista SP1, returns TRUE.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

IsOSAtLeastFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected