IDVDNavigationManager::GetScanCaps (Windows CE 5.0)
This method returns a bitmask identifying which scan modes the DVD-Video renderer supports.
HRESULT GetScanCaps(UINT16* pMask);
Parameters
- pMask
[out] Pointer to a bitmask that identified the supported renderer scan modes according to the following, see DVD-Video API Macros.Value Scan mode DVD_SCANCAP_FORWARD_SCAN The renderer supports forward scan modes. DVD_SCANCAP_FORWARD_SLOW The renderer supports forward slow modes. DVD_SCANCAP_FORWARD_SINGLE The renderer can advance a single frame at a time. DVD_SCANCAP_BACKWARD_SCAN The renderer supports backward scan modes. DVD_SCANCAP_BACKWARD_SLOW The renderer supports backward slow modes. DVD_SCANCAP_BACKWARD_SINGLE The renderer can play backwards a single frame at a time.
Return Values
If the function succeeds, the return value is S_OK.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Dvdnav.h, Dvdnav.idl.
Link Library: Ddvdids.lib.
See Also
IDVDNavigationManager | DVD-Video API Macros
Send Feedback on this topic to the authors