Microsoft DirectX 8.1 (C++)

IChannelsEvents::ItemRemoved

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

The Guide Store calls the ItemRemoved callback method when a Channel object has been removed from the Channels collection obtained from IGuideStore::get_Channels.

Syntax

HRESULT ItemRemoved(
  IChannel*  pchan
);

Parameters

pchan

[in]  Specifies the IChannel interface of the object that was removed.

Return Values

Return values are implemented by the application. If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Remarks

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

See Also