Share via


IDVDNavigationManager::SetSParameter (Windows Embedded CE 6.0)

1/6/2010

This method sets the value of a specified system parameter (SPRM)

Syntax

HRESULT SetSParameter(
  UINT8 no,
  UINT16 wValue
);

Parameters

  • no
    [in] Specified SPRM number. Set this parameter to a value in the range from 0 to 3, 8, or in the range from 11 to 20.
  • wValue
    [in] The new value for the SPRM specified by no.

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_ACCESSDENIED

The application tried to assign a value to a read-only SPRM.

Requirements

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

See Also

Reference

IDVDNavigationManager