Share via


IDVDRenderer::SetAPS

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

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This method sets the Analog Protection Schema (APS).

Syntax

HRESULT SetAPS(
  DWORD apsType,
  DWORD* pdwCookie
);

Parameters

  • apsType
    [in] Set to 0 if APS is not in effect. Set to 1, 2, or 3 according to the APS type.
  • pdwCookie
    [in, out] Pointer to a cookie value that is a unique value to be set by the renderer. This is used each time by the caller to prevent other callers from changing the APS setting.

Return Value

The following table shows a list of possible return values.

Return value Description

S_OK

The request completed successfully.

E_INVALIDARG

An invalid argument was encountered.

Requirements

Header dvddrvr.idl
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

IDVDRenderer