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

Function IsWindows8Point1OrGreater

Ext2Mgr/enumDisk.h:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167VERSIONHELPERAPI
168IsWindows8Point1OrGreater()
169{
170 return IsWindowsVersionOrGreater( HIBYTE( _WIN32_WINNT_WINBLUE ), LOBYTE( _WIN32_WINNT_WINBLUE ), 0 );
171}
172
173VERSIONHELPERAPI
174IsWindows10OrGreater()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected