Share via


IDVDProgramChain::GetContents (Windows Embedded CE 6.0)

1/6/2010

This method returns the program chain contents (PGC_CNT) from the program chain general information (PGC_GI) for the current program chain (PGC).

Syntax

HRESULT GetContents(
  UINT32* pContents
);

Parameters

  • pContents
    [out] Pointer to the PGC_CNT.

Return Value

If the method succeeds, it returns S_OK.

Requirements

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

See Also

Reference

IDVDProgramChain