Share via


IDVDNavigatorSink::OnNewProgramChain (Windows Embedded CE 6.0)

1/6/2010

This method is called whenever the player switches to a new program chain (PGC). This method provides the application with an IDVDProgramChain interface pointer for the new PGC.

Syntax

HRESULT OnNewProgramChain(
  IDVDProgramChain* pChain
);

Parameters

  • pChain
    [out] Pointer to the IDVDProgramChain interface for the new PGC.

Return Value

If the function succeeds, the return value is S_OK.

Requirements

Header dvdnav.h, dvdnav.idl
Library Ddvdids.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IDVDNavigatorSink