Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Input_Library v2.00 Component Reference
|
|
[ TDx_InputDevice::GetObjectInfo() ]
[ next: GetProperty() ]
[ prev: GetForceFeedbackState() ]
public:
virtual bool __fastcall GetObjectInfo( TDIDeviceObjectInstance* pDeviceObjectInstance, dword pObject, dword pFlags );
TDX_INPUTDEVICE::GETOBJECTINFO()
[ component method ]
- Description
- Parameters
DeviceObjectInstance
The DeviceObjectInstance parameter references a TDIDeviceObjectInstance component for holding information about the object if the method returns successfully.
Object
The Object parameter identifies the target object of the information retrieval.
The How parameter determines how this parameter is to be interpreted.
Flags
The Flags parameter defines flags indicating how the Object parameter should be interpreted.
The described effect applies when the flag is set.
DIPH_BYID
The Obj parameter holds an object instance identifier that identifies the object for which data is being retrieved.
DIPH_BYOFFSET
The Obj parameter holds an offset into the data format of the object from which data is being retrieved.
DIPH_BYUSAGE
The Obj parameter holds the HID usage page and usage values of the object that have been combined using the DIMAKEUSAGEDWORD macro.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|