IsProcessorFeaturePresent (KERNEL32.@)
BOOL IsProcessorFeaturePresent ( DWORD feature )
feature | [In] | Feature number,(PF_ constants from "winnt.h"). |
Determine if the cpu supports a given feature.
TRUE, If the processor supports feature, FALSE otherwise.
Defined in "winbase.h".
Implemented in "dlls/kernel32/cpu.c". source.winehq.org/source/dlls/kernel32/cpu.c
Debug channel "reg".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.