BCB-Tools.com
Home of
RAD DirectX
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'DDVIDEOPORTINFO'
|
|
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DDVIDEOPORTINFO
[ TDx_Draw_Library ]
[ next: DDVIDEOPORTSTATUS ]
[ prev: DDVIDEOPORTDESC ]
The DDVIDEOPORTINFO structure is defined as :-
struct DDVIDEOPORTINFO {
DWORD dwSize;
DWORD dwOriginX;
DWORD dwOriginY;
DWORD dwVPFlags;
RECT rCrop;
DWORD dwPrescaleWidth;
DWORD dwPrescaleHeight;
LPDDPIXELFORMAT lpddpfInputFormat;
LPDDPIXELFORMAT lpddpfVBIInputFormat;
LPDDPIXELFORMAT lpddpfVBIOutputFormat;
DWORD dwVBIHeight;
ULONG_PTR dwReserved1;
ULONG_PTR dwReserved2;
};
|
|