Microsoft DirectX 8.1 (C++)

ICARequest.Denials

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

The Denials property retrieves the denials that apply to this request, if any.

Syntax

objCARequest.Denials As ICADenials

Parameters

This property does not take any parameters.

Error Codes

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

Return Values

Returns an ICADenials object.

Remarks

This method returns a collection object, which the caller can use to enumerate the denials. If the collection includes any non-transient denials, the request should not be played. Each denial might or might not have tolls associated with it. Paying a toll removes the denial. If a denial has no tolls, it cannot be removed.

The collection does not include any denials that might apply to components of the request.

This property is read-only.

See Also