Microsoft DirectX 9.0 SDK Update (October 2004)

ObjectDataFormat.DeviceType Property

Language:

Note: This documentation is preliminary and is subject to change.

Device type that describes the object. It is a combination of the following flags describing the object type (axis, button, and so forth) and containing the object-instance number in the middle 16 bits. When requesting a data format, the instance portion must be set to DIDFT_ANYINSTANCE to indicate that any instance is permissible, or to DidftMakeinstance(n) to restrict the request to instance n. See the examples under Remarks.

Definition

Visual Basic .NET Public Property DeviceType As Integer
C# public int DeviceType { get; set; }
Managed C++ public: __property int get_DeviceType();
public: __property void set_DeviceType(int);
JScript .NET public function get DeviceType() : int
public function set DeviceType(int);

Property Value

System.Int32 .

This property is read/write. 

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center