RTFW_RDT_STATE Enumeration

RTFW_RDT_STATE represents the state of Intel® Resource Director Technology (RDT) performance optimization.

Syntax

typedef enum _RTFW_RDT_STATE(
    RTRDT_ENABLE = 0,
    RTRDT_DISABLED,
    RTRDT_NOT_AVAILABLE,
} RTFW_RDT_STATE, * PRTFW_RDT_STATE;

Members

RTRDT_ENABLED = 0

This value indicates the enabled status of performance optimization with Intel® RDT.

RTRDT_DISABLED

This value indicates the disabled status of performance optimization with Intel® RDT.

RTRDT_NOT_AVAILABLE

This value indicates that the system does not support performance optimization with Intel® RDT.

Requirements

Minimum Required Version

RTX64 3.5

Header RtfwAPI.h
Library RtfwAPI.lib

See Also:

RTFW_RDT_FEATURE_MODE

RTFW_SUBSYSTEM_CONFIGURATION