IDVDNavigatorSink::OnSPRMChange (Windows CE 5.0)

Send Feedback

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.

HRESULT OnSPRMChange(UINT8no,UINT16wValue);

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 Values

If the function succeeds, the return value is S_OK.

Requirements

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

See Also

IDVDNavigatorSink

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.