DeviceObjectInstance.Usage Property |
Language: |
The HID usage associated with the object, if known. HIDs always report a usage. Non-HIDs can optionally report a usage; if they do not, the value of this member is 0.
Visual Basic Public Property Usage As Short C# public short Usage { get; set; } C++ public:
property short Usage {
short get();
void set(short value);
}JScript public function get Usage() : short
public function set Usage(short);
This property is read/write.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center