Share via


IDVBTuneRequest::put_SID

 
Microsoft DirectShow 9.0

IDVBTuneRequest::put_SID

The put_SID method sets the service ID.

Syntax

  HRESULT put_SID(
  long  SID
);

Parameters

SID

[in] Variable of type long that specifies the service ID.

Return Values

Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.

Requirements

Header: Dshow.h.

Library: Quartz.dll.

See Also