Microsoft DirectX 8.1 (C++)

ICAToll.Denials

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

The Denials property retrieves the denials that block this toll, if any.

Syntax

objCAToll.Denials As CADenials

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 a CADenials object.

Remarks

This property returns a collection object, which the caller can use to enumerate the denials in the collection. The collection might be empty.

This property is read-only.

See Also