函数参考


_WinAPI_IsProcessorFeaturePresent

确定当前计算机是否支持指定处理器的特点.

#Include <WinAPIEx.au3>
_WinAPI_IsProcessorFeaturePresent ( $iFeature )

参数

$iFeature 待测试的处理器特征.参数可以是 $PF_* 常量之一.

返回值

成功: 返回 1 - 支持.
返回 0 - 不支持.
失败: 返回 0,并设置@error标志为非 0 值.

注意/说明

None

相关

详情参考

在MSDN中搜索