| 
    DirectX 5 Redocumentation
    
   A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs. 
   | 
 
#include <dvp.h>
Data Fields | |
| DWORD | dwSize | 
| Size of the structure.  More... | |
| DWORD | dwOriginX | 
| Placement of the video data within the surface.  More... | |
| DWORD | dwOriginY | 
| Placement of the video data within the surface.  More... | |
| DWORD | dwVPFlags | 
| Video port options.  More... | |
| RECT | rCrop | 
| Cropping rectangle (optional).  More... | |
| DWORD | dwPrescaleWidth | 
| Determines pre-scaling/zooming in the X direction (optional).  More... | |
| DWORD | dwPrescaleHeight | 
| Determines pre-scaling/zooming in the Y direction (optional).  More... | |
| LPDDPIXELFORMAT | lpddpfInputFormat | 
| Video format written to the video port.  More... | |
| LPDDPIXELFORMAT | lpddpfVBIInputFormat | 
| Input format of the VBI data.  More... | |
| LPDDPIXELFORMAT | lpddpfVBIOutputFormat | 
| Output format of the data.  More... | |
| DWORD | dwVBIHeight | 
| Specifies the number of lines of data within the vertical blanking interval.  More... | |
| DWORD | dwReserved1 | 
| Reserved for future use - set to zero.  More... | |
| DWORD | dwReserved2 | 
| Reserved for future use - set to zero.  More... | |
| DWORD _DDVIDEOPORTINFO::dwOriginX | 
Placement of the video data within the surface.
| DWORD _DDVIDEOPORTINFO::dwOriginY | 
Placement of the video data within the surface.
| DWORD _DDVIDEOPORTINFO::dwPrescaleHeight | 
Determines pre-scaling/zooming in the Y direction (optional).
| DWORD _DDVIDEOPORTINFO::dwPrescaleWidth | 
Determines pre-scaling/zooming in the X direction (optional).
| DWORD _DDVIDEOPORTINFO::dwReserved1 | 
Reserved for future use - set to zero.
| DWORD _DDVIDEOPORTINFO::dwReserved2 | 
Reserved for future use - set to zero.
| DWORD _DDVIDEOPORTINFO::dwSize | 
Size of the structure.
| DWORD _DDVIDEOPORTINFO::dwVBIHeight | 
Specifies the number of lines of data within the vertical blanking interval.
| DWORD _DDVIDEOPORTINFO::dwVPFlags | 
Video port options.
| LPDDPIXELFORMAT _DDVIDEOPORTINFO::lpddpfInputFormat | 
Video format written to the video port.
| LPDDPIXELFORMAT _DDVIDEOPORTINFO::lpddpfVBIInputFormat | 
Input format of the VBI data.
| LPDDPIXELFORMAT _DDVIDEOPORTINFO::lpddpfVBIOutputFormat | 
Output format of the data.
| RECT _DDVIDEOPORTINFO::rCrop | 
Cropping rectangle (optional).