다음을 통해 공유


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

어느 쪽도 아닙니다.

적용 대상