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 'DDDEVICEIDENTIFIER2'
|
|
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.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;
};
|
|