Microsoft DirectX 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.

See Also