Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The ComponentDenialAdded event is called when a denial is added to a component of a request.
Syntax
object_ComponentDenialAdded(
Comp As ICAComponent,
Denial As ICADenial,
cDenials As Long)
Parameters
Comp
Specifies the ICAComponent object that received the denial.
Denial
Specifies the ICADenial object that was added.
cDenials
Specifies the number of denials on this component, including the new one.
Remarks
The denial might be transient; the count in cDenials includes transient denials. If the component has any non-transient denials, the component is denied.