Share via


IDVDNavigationManger::UseRenderer (Windows Embedded CE 6.0)

1/6/2010

This method allows you to select the DVD-Video renderer that your application will use. It is useful for systems that have more than one DVD-Video renderer, such as development systems with a reference renderer or systems with multiple displays.

You do not need to call this method if your system only has one DVD-Video renderer.

Syntax

HRESULT UseRenderer(
  WCHAR* pszRendererName
);

Parameters

  • pszRendererName
    [in] A pointer to the name of a DVD-Video renderer on your system

Return Value

If the function succeeds, the return value is S_OK.

Remarks

If you choose to use IDVDNavigationManager::UseRenderer, you should call it before calling IDVDNavigationManager::SetVolume.

Subsequent calls to IDVDNavigationManager::SetVolume initialize the system to use this renderer.

Requirements

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

See Also

Reference

IDVDNavigationManager