ETrackedPropertyError Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class ETrackedPropertyError
public enum ETrackedPropertyError
type ETrackedPropertyError =
Public Enum ETrackedPropertyError
- Inheritance
-
ETrackedPropertyError
Fields
| TrackedProp_BufferTooSmall | 3 | |
| TrackedProp_CannotWriteToWildcards | 12 | |
| TrackedProp_CouldNotContactServer | 6 | |
| TrackedProp_InvalidDevice | 5 | |
| TrackedProp_InvalidOperation | 11 | |
| TrackedProp_IPCReadFailure | 13 | |
| TrackedProp_NotYetAvailable | 9 | |
| TrackedProp_PermissionDenied | 10 | |
| TrackedProp_StringExceedsMaximumLength | 8 | |
| TrackedProp_Success | 0 | |
| TrackedProp_UnknownProperty | 4 | |
| TrackedProp_ValueNotProvidedByDevice | 7 | |
| TrackedProp_WrongDataType | 1 | |
| TrackedProp_WrongDeviceClass | 2 |