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 'DDDEVICEIDENTIFIER2'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
DDDEVICEIDENTIFIER2
[ TDx_Draw_Library ]
[ next: DDERR ALREADYINITIALIZED ]
[ prev: DDCOLORKEY ]
The DDDEVICEIDENTIFIER2 structure is defined as :-
struct DDDEVICEIDENTIFIER2 {
char szDriver[MAX_DDDEVICEID_STRING];
char szDescription[MAX_DDDEVICEID_STRING];
LARGE_INTEGER liDriverVersion;
DWORD dwVendorId;
DWORD dwDeviceId;
DWORD dwSubSysId;
DWORD dwRevision;
GUID guidDeviceIdentifier;
DWORD dwWHQLLevel;
};
|
|