IDVDRenderer::SetAPS (Windows CE 5.0)
This method sets the Analog Protection Schema (APS).
HRESULT SetAPS(DWORDapsType,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 Values
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvddrvr.idl.
See Also
Send Feedback on this topic to the authors