Flags used within WiaCapability structure. For more information please refer to "Property Attributes" topic in Microsoft Windows SDK Documentation.
Value | Member | Description |
---|---|---|
0x00000001 | Read | The application can read the property's value. |
0x00000002 | Write | (0x00000003)The application can write the property's value. |
0x00000003 | ReadWrite | The application can read and write the property's value. |
0x00000008 | None | The property does not have any valid values associated with it. |
0x00000010 | Range | The property has a range of valid values. |
0x00000020 | List | The property has a list of legal values. |
0x00000040 | Flag | The property has a list of legal flag values. Flag values are combined using a bitwise OR operation. |
0x00010000 | Cashable | The device can cache the property's value. |