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

どちら。

適用対象