BufferedData.ApplicationData Property (Microsoft.DirectX.DirectInput)
Application-defined action value assigned to this object in the last call to Inputdevice9Setactionmap. This is the value in the uAppData member of the Diaction structure associated with the object. Ignore this value if you are not using action mapping. When the structure is used with the Inputdevice9Senddevicedata method, this member must be zero.
Definition
Visual Basic Public ReadOnly Property ApplicationData As Object C# public object ApplicationData { get; } C++ public:
property Object^ ApplicationData {
Object^ get();
}JScript public function get ApplicationData() : Object
Property Value
This property is read-only.