Microsoft DirectX 8.1 (C++)

CADescFormat

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

The CADescFormat enumeration specifies a description format.

Syntax

typedef enum CADescFormat{
  Short  = 0,
  Long   = 1,
  URL    = 2
  HTML   = 3,
  XML    = 4,
  kDescEnd
};

Elements

Short

Short description. Contains fewer than 16 characters.

Long

Long description. Contains fewer than 80 characters.

URL

URL to a Web page that contains information about the policy.

HTML

HTML description.

XML

XML description.

kDescEnd

Not a valid format. (This value can function as an array length.)

Remarks

Currently the default UI does not support the URL, HTML, or XML description formats, although you can set these on a CA object. Also, there is currently no standard XML schema for the XML format.

See Also