IOControlBufferingMethod 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
标识缓冲方法。
public enum class IOControlBufferingMethod
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.Custom.CustomDeviceContract, 65536)]
enum class IOControlBufferingMethod
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.Custom.CustomDeviceContract), 65536)]
public enum IOControlBufferingMethod
var value = Windows.Devices.Custom.IOControlBufferingMethod.buffered
Public Enum IOControlBufferingMethod
- 继承
-
IOControlBufferingMethod
- 属性
Windows 要求
设备系列 |
Windows Desktop Extension SDK (在 10.0.10240.0 中引入)
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入) |
API contract |
Windows.Devices.Custom.CustomDeviceContract (在 v1.0 中引入)
|
字段
名称 | 值 | 说明 |
---|---|---|
Buffered | 0 | 缓冲。 |
DirectInput | 1 | 直接输入。 |
DirectOutput | 2 | 直接输出。 |
Neither | 3 | 也。 |