[][src]Module ferrisetw::native::version_helper

[]

Native API - Version Helper

The version_helper module is an abstraction layer over the Version Helper API/Macro which allow us to determine the Windows OS system version

At the moment the only option available is to check if the actual System Version is greater than Win8, is the only check we need for the crate to work as expected

Enums

VersionHelperError

Version Helper native error

Functions

is_win8_or_greater

Remarks