Share via


IDVDNavigatorSink::OnSPRMChange (Windows Embedded CE 6.0)

1/6/2010

This method is called whenever a system parameter (SPRM) value changes. This method notifies the application as to which SPRM changed and what the new SPRM values is.

Syntax

HRESULT OnSPRMChange(
  UINT8 no,
  UINT16 wValue
);

Parameters

  • no
    [out] The identification number of the SPRM that changed in the ranged from 0 to 23.
  • wValue
    [out] The new value of SPRM(no).

Return Value

If the function succeeds, the return value is S_OK.

Requirements

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

See Also

Reference

IDVDNavigatorSink