Microsoft DirectX 8.1 (C++)

IMPEG2Component::put_ProgramNumber

The put_ProgramNumber method sets the program number, which provides a reverse lookup to PAT.

Syntax

HRESULT put_ProgramNumber(
    short ProgramNumber
    );

Parameters

ProgramNumber

[in] Variable of type short that specifies the program number.

Return Values

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

See Also