VideoDeviceControllerGetDevicePropertyStatus Enum

Definition

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

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
Inheritance
VideoDeviceControllerGetDevicePropertyStatus
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Fields

BufferTooSmall 2

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

DeviceNotAvailable 4

The operation failed because the device is not available.

MaxPropertyValueSizeRequired 6

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

MaxPropertyValueSizeTooSmall 5

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 3

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

Success 0

The operation completed successfully.

UnknownFailure 1

The operation failed due to an unknown failure.

Applies to