www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'DDVIDEOPORTDESC'
|
|
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DDVIDEOPORTDESC
[ TDx_Draw_Library ]
[ next: DDVIDEOPORTINFO ]
[ prev: DDVIDEOPORTCONNECT ]
The DDVIDEOPORTDESC structure is defined as :-
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;
};
|
|