Microsoft DirectX 8.1 (C++)

CAManager.DenialsFor

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

The DenialsFor property retrieves a specified object's denials collection. In the current implementation, the object must be an ICAToll object.

Syntax

objCAManager.DenialFor(
    pUnk As Unknown
 As CADenials

Parameters

  pUnk

Specifies the ICAToll object as an Unknown type.

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 enables a toll object to retrieve its own denials collection. Typically an application does not need to use this property. Applications should use the ICAToll.Denials property instead.

This property is read-only.

See Also