IGuideDataEvent::ServiceDeleted Method
The ServiceDeleted method is called when a service has been deleted.
Currently the BDA MPEG-2 Transport Information Filter (TIF) does not support this event, so this method is not called.
Syntax
HRESULT ServiceDeleted(
[in] VARIANT varServiceDescriptionID
);
Parameters
- varServiceDescriptionID [in]
Specifies the unique identifier of the service that was deleted.
Return Value
Return S_OK if successful, or an error code.
Remarks
The event sink is not required to support this event; it may return E_NOTIMPL.
Requirements
Header | Declared in Bdatif.h. |
See Also
Error and Success Codes
IGuideDataEvent Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008