Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The IServicesEvents interface manages callbacks from the Guide Store when a Service object in the Services collection obtained from IGuideStore::get_Services has been added, changed or removed.
Implement this interface in the Guide Store client to receive the events.
IServicesEvents is a dispinterface, invoked through IDispatch. It supports the following methods.
Method | Description |
ItemAdded | Called as notification that an object has been added. |
ItemChanged | Called as notification that an object has been changed. |
ItemRemoved | Called as notification that an object has been removed. |
ItemsChanged | Called as notification that two or more objects have been added, removed, or changed during a transaction. |
Remarks
The IID of this interface is DIID_IServicesEvents.