Microsoft DirectX 8.1 (C++)

CAOffer.Description

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

The Description property sets or retrieves a description of the offer.

Syntax

objCAOffer.Description(
    enFormat As CADescFormat) As String

Parameters

  enFormat

CADescFormat constant, specifying the format to set or retrieve.

Error Codes

If the property fails, an error is raised and Err.Number is set to a value other than zero.

Return Values

This property returns a string containing the description.

Remarks

After a policy creates a new offer, it should specify long, HTML, and XML descriptions. An application might be attempting to display one of these formats, so the policy should set these values as soon as possible.

This property is read/write.

See Also