Share via


IDVBTuneRequest::put_ONID

 
Microsoft DirectShow 9.0

IDVBTuneRequest::put_ONID

The put_ONID method sets the original network ID.

Syntax

  HRESULT put_ONID(
  long  ONID
);

Parameters

ONID

[in] Variable of type long that specifies the original network 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