IsProcessorFeaturePresent(3w)
NAME
IsProcessorFeaturePresent (KERNEL32.@)
SYNOPSIS
BOOL IsProcessorFeaturePresent
(
DWORD feature
)
PARAMS
feature [In] Feature number,(PF_ constants from "winnt.h").
DESCRIPTION
Determine if the cpu supports a given feature.
RETURNS
TRUE, If the processor supports feature, FALSE otherwise.
IMPLEMENTATION
Defined in "winbase.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/cpu.c".
- Debug channel "reg".