Share via


IDVDMenu::GetDomain

This method retrieves the video menu manager domain (VMGM_DOM) for a specified video manager menu language code (VMGM_LCD).

HRESULT GetDomain(
  UINT16 languageCode,
  IDVDDomain** ppDomain,
  UINT8* pExistFlag 
);

Parameters

  • languageCode
    [in] VMGM_LCD for the domain.
  • ppDomain
    [out] Address of the returned IDVDDomain interface.
  • pExistFlag
    [out] Value of the video manager menu existence (VMGM_EXST) flag.

Return Values

If the function succeeds, the return value is S_OK.

If the method fails, the return value may be one of the following error values.

Error value Description
E_OUTOFMEMORY There was not enough memory available for the operation.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdata.h, Dvdata.idl.
Link Library: Ddvdids.lib.

See Also

IDVDDomain | IDVDMenu

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.