IsProcessorFeaturePresent.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Debug channel "reg".