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

Function IsWindowsVistaOrGreater

Ext2Mgr/enumDisk.h:131–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131VERSIONHELPERAPI
132IsWindowsVistaOrGreater()
133{
134 return IsWindowsVersionOrGreater( HIBYTE( _WIN32_WINNT_VISTA ), LOBYTE( _WIN32_WINNT_VISTA ), 0 );
135}
136
137VERSIONHELPERAPI
138IsWindowsVistaSP1OrGreater()

Callers 3

CanDoLocalMountFunction · 0.85
Ext2SetAppAutorunFunction · 0.85
Ext2RunMgrForCurrentUserFunction · 0.85

Calls 1

Tested by

no test coverage detected