IBDA_ConditionalAccess::RemoveProgram

 
Microsoft DirectShow 9.0

IBDA_ConditionalAccess::RemoveProgram

This topic applies to Windows Vista.

The RemoveProgram method removes a program.

Syntax

  HRESULT RemoveProgram(
  USHORT  usProgramNumber
);

Parameters

usProgramNumber

[in]  Specifies the number of the program to remove.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Requirements

Header: Include Bdaiface.h.

See Also