Microsoft DirectX 8.1 (C++)

_ICADenialsEvents::ItemRemoved

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

The ItemRemoved method is called when a denial is removed from a collection.

Syntax

HRESULT ItemRemoved(
  ICADenial*  pDenial,
  long  cDenials
);

Parameters

  pDenial

[in]  Pointer to the ICADenial interface of the denial that was removed.

  cDenials

[in]  Number of denials that remain in this collection.

Return Values

Return S_OK or an error code.

Remarks

The dispatch identifier (dispid) of this method is 2.

See Also