Funktionreferenz


_WinAPI_IsProcessorFeaturePresent


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

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

Parameter

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

Rückgabewert

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

Bemerkungen

None.

Siehe auch

Suche nach IsProcessorFeaturePresent in der MSDN Bibliothek.