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 "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.