VideoDeviceControllerGetDevicePropertyStatus VideoDeviceControllerGetDevicePropertyStatus VideoDeviceControllerGetDevicePropertyStatus VideoDeviceControllerGetDevicePropertyStatus Enum

Definition

Specifies the status of an operation to get the value of a video device controller driver property.

public : enum class VideoDeviceControllerGetDevicePropertyStatuspublic enum VideoDeviceControllerGetDevicePropertyStatusPublic Enum VideoDeviceControllerGetDevicePropertyStatus// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Fields

BufferTooSmall BufferTooSmall BufferTooSmall BufferTooSmall

The operation failed because the buffer containing the extended ID data for the property was smaller than expected by the device driver.

DeviceNotAvailable DeviceNotAvailable DeviceNotAvailable DeviceNotAvailable

The operation failed because the device is not available.

MaxPropertyValueSizeRequired MaxPropertyValueSizeRequired MaxPropertyValueSizeRequired MaxPropertyValueSizeRequired

The operation failed because a maximum property value size is required for the specified property.

MaxPropertyValueSizeTooSmall MaxPropertyValueSizeTooSmall MaxPropertyValueSizeTooSmall MaxPropertyValueSizeTooSmall

The operation failed because the specified maximum property value size is too small for the property value. You can retry the operation with a larger maximum property value size.

NotSupported NotSupported NotSupported NotSupported

The operation failed because the specified property is not supported by the device.

Success Success Success Success

The operation completed successfully.

UnknownFailure UnknownFailure UnknownFailure UnknownFailure

The operation failed due to an unknown failure.