Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'DDVIDEOPORTSTATUS'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
DDVIDEOPORTSTATUS
[ TDx_Draw_Library ]
[ next: DD OK ]
[ prev: DDVIDEOPORTINFO ]
The DDVIDEOPORTSTATUS structure is defined as :-
struct DDVIDEOPORTSTATUS {
DWORD dwSize;
BOOL bInUse;
DWORD dwFlags;
DWORD dwReserved1;
DDVIDEOPORTCONNECT VideoPortType;
ULONG_PTR dwReserved2;
ULONG_PTR dwReserved3;
};
|
|