Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
These constants specify a description format.
Constant | Value | Description |
Short | 0 | Short description. Contains fewer than 16 characters. |
Long | 1 | Long description. Contains fewer than 80 characters. |
URL | 2 | URL to a Web page that describes the policy. |
HTML | 3 | HTML description. |
XML | 4 | XML description. |
kDescEnd | 5 | Reserved. |
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.
The name of the constant Long clashes with the keyword of the same name. To disambiguate, use the namespace MSTvCALib:
MsgBox iToll.Description(MSTvCALib.Long)
See Also