Share via


VideoDeviceControllerGetDevicePropertyStatus 列挙型

定義

ビデオ デバイス コントローラー ドライバー プロパティの値を取得する操作の状態を指定します。

public enum class VideoDeviceControllerGetDevicePropertyStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class VideoDeviceControllerGetDevicePropertyStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum VideoDeviceControllerGetDevicePropertyStatus
var value = Windows.Media.Devices.VideoDeviceControllerGetDevicePropertyStatus.success
Public Enum VideoDeviceControllerGetDevicePropertyStatus
継承
VideoDeviceControllerGetDevicePropertyStatus
属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

フィールド

BufferTooSmall 2

プロパティの拡張 ID データを含むバッファーが、デバイス ドライバーで予想よりも小さかったため、操作が失敗しました。

DeviceNotAvailable 4

デバイスが使用できないため、操作に失敗しました。

MaxPropertyValueSizeRequired 6

指定したプロパティに最大プロパティ値サイズが必要なため、操作に失敗しました。

MaxPropertyValueSizeTooSmall 5

指定されたプロパティ値のサイズがプロパティ値に対して小さすぎるため、操作が失敗しました。 プロパティ値の最大サイズを大きくして、操作を再試行できます。

NotSupported 3

指定したプロパティがデバイスでサポートされていないため、操作に失敗しました。

Success 0

操作は正常に完了しました。

UnknownFailure 1

不明なエラーが原因で操作が失敗しました。

適用対象