Microsoft DirectX 8.1 (C++)

CAUIDisplayFields

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The CAUIDisplayFields enumeration specifies which conditional access objects the CAResDenialTree control displays.

Syntax

typedef enum CAUIDisplayFields {
  Request    =  1,
  ComponentX =  2,
  Offers     =  4,
  PaidTolls  =  8,
  Policies   = 16,
  Standard   = 15,
  All        = 31
};

Elements

Request

Display the current request, including any applicable denials and tolls.

ComponentX

Display the components of the request, including any applicable denials and tolls.

Offers

Display offers, including any applicable denials and tolls.

PaidTolls

Display the paid tolls collection.

Policies

Display the current policies.

Standard

Display all objects except policies.

All

Display all objects.

See Also