Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The ItemAdded method is called when a denial is added to a collection.
Syntax
HRESULT ItemAdded(
ICADenial* pDenial,
long cDenials
);
Parameters
pDenial
[in] Pointer to the ICADenial interface of the denial.
cDenials
[in] Number of denials in the collection, including the new one.
Return Values
Return S_OK or an error code.
Remarks
The dispatch identifier (dispid) of this method is 1.
See Also