Scroll to navigation

IsProcessorFeaturePresent(3w) Wine API 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

Declared in "winbase.h".
Implemented in "dlls/kernel32/cpu.c".
Debug channel "reg".
Oct 2012 Wine API