Microsoft DirectX 8.1 (C++)

IObjectsNotifications::Notify_ItemRemoved

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

The Guide Store calls the Notify_ItemRemoved callback method when an object has been removed from the base collection, which is the one obtained by using IGuideStore::get_Objects.

Syntax

HRESULT Notify_ItemRemoved(
  long  idObj
);

Parameters

idObj

[in]  Specifies the identifier 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.

See Also