Share via


IOControlBufferingMethod 枚举

定义

标识缓冲方法。

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

也。

适用于