Microsoft DirectX 8.1 (C++)

ComponentDenialRemoved Event

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

The ComponentDenialRemoved event is called when a denial is removed from a component.

Syntax

object_ComponentDenialAdded(
    Comp As ICAComponent, 
    Denial As ICADenial, 
    cDenials As Long)

Parameters

  Comp

Specifies the ICAComponent object from which the denial was removed.

  pDenial

Specifies the ICADenial object that was removed.

  cDenials

Specifies the number of denials that remain on this component.

Remarks

When the number of non-transient denials reaches zero, the component is allowed. The count returned in cDenials includes transient denials, so if cDenials is greater than zero, the client should check for transient denials. Also, the client should check for denials on the parent request. Denials on a request apply to every component within the request.