Microsoft DirectX 8.1 (C++)

RequestDenialAdded Event

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

The RequestDenialAdded event is called when a denial is added to a request.

Syntax

object_RequestDenialAdded(
    Req As ICARequest, 
    Denial As ICADenial, 
    cDenials As Long)

Parameters

  Req

Specifies the ICARequest object that received the denial.

  Denial

Specifies the ICADenial object that was added.

  cDenials

Specifies the number of denials on this request, including the new one.

Remarks

The denial might be transient; the count in cDenials includes transient denials. If the request has any non-transient denials, the request is denied.