Function Reference


_WinAPI_IsProcessorFeaturePresent

Determines whether the specified processor feature is supported by the current computer

#include <WinAPISys.au3>
_WinAPI_IsProcessorFeaturePresent ( $iFeature )

Parameters

$iFeature The processor feature to be tested. This parameter can be one of the $PF_* constants defined in APISysConstants.au3.

Return Value

True: the feature is supported.
False: the feature is not supported.

See Also

Search IsProcessorFeaturePresent in MSDN Library.