Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The RequestDenialAdded method is called when a denial is added to a request.
Syntax
HRESULT RequestDenialAdded(
ICARequest* preq,
ICADenial* pDenial,
long cDenials
);
Parameters
preq
[in] Pointer to the ICARequest interface of the request.
pDenial
[in] Pointer to the ICADenial interface of the new denial.
cDenials
[in] Number of denials on this request, including the new one.
Return Values
Return S_OK or an error code.
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.
The dispatch identifier (dispid) of this method is 2207.
See Also