Share via


IDVDDomain::GetPGCCount (Windows Embedded CE 6.0)

1/6/2010

This method returns the number of program chains in the current domain.

Syntax

HRESULT GetPGC(
  UINT16* pCount
);

Parameters

  • pCount
    [in] Pointer to the number of chains in the current domain.

Return Value

This method always succeeds. The return value is S_OK.

Requirements

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

See Also

Reference

IDVDDomain