IDVDNavigationManager::SetSParameter (Windows CE 5.0)

Send Feedback

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

HRESULT SetSParameter(UINT8no,UINT16wValue);

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 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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.