Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This method retrieves the video menu manager domain (VMGM_DOM) for a specified video manager menu language code (VMGM_LCD).
Syntax
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 Value
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
| Header | dvdata.h, dvdata.idl |
| Library | Ddvdids.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |