Share via


IDVDRenderer::Pause

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method pauses DVD rendering.

Syntax

HRESULT Pause(
  BOOL bOn
);

Parameters

  • bOn
    [in] The following table lists the values for the bOn parameter.

    Value Description

    TRUE

    Tells the renderer to pause.

    FALSE

    Tells the renderer to unpause.

Return Value

If the method completes successfully, the return value is S_OK.

Requirements

Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IDVDRenderer