DEVPROP_TYPE_SBYTE

The DEVPROP_TYPE_SBYTE identifier represents the base-data-type identifier that indicates the data type is a SBYTE-typed signed integer.

Remarks

DEVPROP_TYPE_SBYTE can be combined only with the DEVPROP_TYPEMOD_ARRAY property-data-type modifier.

Setting a Property of this Type

To set a property whose data type is DEVPROP_TYPE_SBYTE, call the corresponding SetupDiSetXxx property function, and set the function parameters as follows:

  • Set the PropertyType parameter to DEVPROP_TYPE_SBYTE, set the PropertyBuffer parameter to a pointer to a buffer that can contain at least one SBYTE value, and set the PropertyBufferSize parameter to sizeof(SBYTE).

  • Set the other function input parameters as appropriate to set the property.

Requirements

Header

Devpropdef.h (include Devpropdef.h)