MCPcopy Create free account
hub / github.com/bobranten/Ext4Fsd / IsWindows10OrGreater

Function IsWindows10OrGreater

Ext2Mgr/enumDisk.h:173–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173VERSIONHELPERAPI
174IsWindows10OrGreater()
175{
176 return IsWindowsVersionOrGreater( HIBYTE( _WIN32_WINNT_WIN10 ), LOBYTE( _WIN32_WINNT_WIN10 ), 0 );
177}
178
179
180VERSIONHELPERAPI

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected