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 'DIDEVICEOBJECTINSTANCE'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
DIDEVICEOBJECTINSTANCE
[ TDx_Input_Library ]
[ next: DIEFFECT ]
[ prev: DIDEVICEOBJECTDATA ]
The DIDEVICEOBJECTINSTANCE structure is defined as :-
struct DIDEVICEOBJECTINSTANCE {
DWORD dwSize;
GUID guidType;
DWORD dwOfs;
DWORD dwType;
DWORD dwFlags;
TCHAR tszName[MAX_PATH];
DWORD dwFFMaxForce;
DWORD dwFFForceResolution;
WORD wCollectionNumber;
WORD wDesignatorIndex;
WORD wUsagePage;
WORD wUsage;
DWORD dwDimension;
WORD wExponent;
WORD wReportId;
};
|
|