Share via


IIsdbTSInformationDescriptor::GetRemoteControlKeyId method (dvbsiparser.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

Gets the remote_control_key_id field value from an Integrated Services Digital Broadcasting (ISDB) transport stream (TS) information descriptor. This field indicates the recommended remote control key number to which the applicable transport stream is assigned.

Syntax

HRESULT GetRemoteControlKeyId(
  [out] BYTE *pbVal
);

Parameters

[out] pbVal

Receives the remote_control_key_id field value.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

   
Minimum supported client Windows�7 [desktop apps only]
Minimum supported server Windows Server�2008�R2 [desktop apps only]
Target Platform Windows
Header dvbsiparser.h

See also

IIsdbTSInformationDescriptor