énumération PEP_PERF_STATE_TYPE (pepfx.h)

L’énumération PEP_PERF_STATE_TYPE indique le type d’informations sur les performances spécifiées pour un état de performances (état P) d’un composant.

Syntax

typedef enum _PEP_PERF_STATE_TYPE {
  PepPerfStateTypeDiscrete,
  PepPerfStateTypeRange,
  PepPerfStateTypeMax
} PEP_PERF_STATE_TYPE, *PPEP_PERF_STATE_TYPE;

Constantes

 
PepPerfStateTypeDiscrete
Les informations sur les performances sont spécifiées sous la forme d’un ensemble de valeurs discrètes.
PepPerfStateTypeRange
Les informations de performances sont spécifiées sous la forme d’une plage de valeurs.
PepPerfStateTypeMax
Réservé à l’utilisation par le système d’exploitation.

Remarques

Le membre Type de la structure PEP_COMPONENT_PERF_SET est une valeur d’énumération PEP_PERF_STATE_TYPE .

Configuration requise

Condition requise Valeur
Client minimal pris en charge Pris en charge à partir de Windows 10.
En-tête pepfx.h (include Pep_x.h)

Voir aussi

PEP_COMPONENT_PERF_SET