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

由于未知失败,操作失败。

适用于