IOControlBufferingMethod Enumeration

Definition

Gibt die Puffermethode an.

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
Vererbung
IOControlBufferingMethod
Attribute

Windows-Anforderungen

Gerätefamilie
Windows Desktop Extension SDK (eingeführt in 10.0.10240.0)
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
API contract
Windows.Devices.Custom.CustomDeviceContract (eingeführt in v1.0)

Felder

Buffered 0

Gepuffert.

DirectInput 1

Direkte Eingabe.

DirectOutput 2

Direkte Ausgabe.

Neither 3

Weder.

Gilt für: