VideoDeviceControllerGetDevicePropertyStatus 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定作業的狀態,以取得視訊設備控制器驅動程式屬性的值。
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 | 作業失敗,因為包含屬性之擴充識別碼資料的緩衝區小於設備磁碟機的預期。 |
DeviceNotAvailable | 4 | 作業失敗,因為裝置無法使用。 |
MaxPropertyValueSizeRequired | 6 | 作業失敗,因為指定的屬性需要屬性值大小上限。 |
MaxPropertyValueSizeTooSmall | 5 | 作業失敗,因為指定的屬性值大小上限對屬性值而言太小。 您可以使用較大的屬性值大小上限重試作業。 |
NotSupported | 3 | 作業失敗,因為裝置不支援指定的屬性。 |
Success | 0 | 作業已成功完成。 |
UnknownFailure | 1 | 作業因未知失敗而失敗。 |