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 'DIDEVCAPS'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
DIDEVCAPS
[ TDx_Input_Library ]
[ next: DIDEVICEINSTANCE ]
[ prev: DIDATAFORMAT ]
The DIDEVCAPS structure is defined as :-
struct DIDEVCAPS {
DWORD dwSize;
DWORD dwFlags;
DWORD dwDevType;
DWORD dwAxes;
DWORD dwButtons;
DWORD dwPOVs;
DWORD dwFFSamplePeriod;
DWORD dwFFMinTimeResolution;
DWORD dwFirmwareRevision;
DWORD dwHardwareRevision;
DWORD dwFFDriverVersion;
};
|
|