IDVDRenderer::SetAPS (Windows Embedded CE 6.0)
1/6/2010
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 |