Partager via


IDVDNavigationManager::SetSParameter

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

HRESULT SetSParameter(
  UINT8 no,
  UINT16 wValue
);

Parameters

  • no
    [in] Specified SPRM number in the range from 11 to 20.
  • wValue
    [in] The new value for the SPRM specified by no.

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_ACCESSDENIED The application tried to assign a value to a read-only SPRM.

Requirements

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

See Also

IDVDNavigationManager

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.