Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The DenialTollAdded method is called when a toll is added to a denial.
Syntax
HRESULT DenialTollAdded(
ICADenial* pDenial,
ICAToll* pToll,
long cTolls
);
Parameters
pDenial
[in] Pointer to the ICADenial interface of the denial.
pToll
[in] Pointer to the ICAToll interface of the new toll.
cTolls
[in] Number of tolls that are associated with this denial, including the new one.
Return Values
If the method succeeds, return S_OK. If it fails, return an error code.
Remarks
The denial might be attached to a request, or to another toll.
The dispatch identifier (dispid) of this method is 2209.
See Also