Share via


IDVDNavigatorSink::OnDiskReadError (Windows Embedded CE 6.0)

1/6/2010

This method is called whenever the navigation manager is unable to read from the DVD volume. This method returns the operating system's error code to the application.

Syntax

HRESULT OnDiskReadError(
  DWORD osCode
);

Parameters

  • osCode
    [out] Operating system's error code for a disk read error.

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