Share via


IDVDRenderer::Pause (Windows Embedded CE 6.0)

1/6/2010

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