Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The DDVIDEOPORTDESCstructure describes a video-port object to be created. This structure is used with the IDDVideoPortContainer::CreateVideoPortmethod.
typedef struct _DDVIDEOPORTDESC { DWORD dwSize ; DWORD dwFieldWidth ; DWORD dwVBIWidth ; DWORD dwFieldHeight ; DWORD dwMicrosecondsPerField ; DWORD dwMaxPixelsPerSecond ; DWORD dwVideoPortID ; DWORD dwReserved1 ; DDVIDEOPORTCONNECT VideoPortType ; ULONG_PTR dwReserved2 ; ULONG_PTR dwReserved3 ; } DDVIDEOPORTDESC, *LPDDVIDEOPORTDESC;
Members
Requirements
Runs on | Versions | Declared in |
---|---|---|
Windows CE OS | 2.12 or later. Version 2.12 requires DXPAK 1.0 or later. | dvp.h |