Share via


IDVDProgramChain::GetDomain (Windows Embedded CE 6.0)

1/6/2010

This method returns a pointer to the IDVDDomain interface for the parent domain of the current program chain.

Syntax

HRESULT GetDomain(
  IDVDDomain** ppDomain
);

Parameters

  • ppDomain
    [out] Address of a pointer to the IDVDDomain interface for the parent domain.

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
IDVDDomain