Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.61 KB

devprop-type-int32.md

File metadata and controls

56 lines (36 loc) · 1.61 KB
title description keywords topic_type api_name api_location api_type ms.date ms.topic
DEVPROP_TYPE_INT32
In Windows Vista and later versions of Windows, the DEVPROP_TYPE_INT32 identifier represents the base-data-type identifier that indicates that the data type is a LONG-typed signed integer.
DEVPROP_TYPE_INT32 Device and Driver Installation
apiref
DEVPROP_TYPE_INT32
Devpropdef.h
HeaderDef
10/17/2018
reference

DEVPROP_TYPE_INT32

In Windows Vista and later versions of Windows, the DEVPROP_TYPE_INT32 identifier represents the base-data-type identifier that indicates that the data type is a LONG-typed signed integer.

Remarks

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

Setting a Property of this Type

To set a property whose base data type is DEVPROP_TYPE_INT32, call the corresponding SetupDiSetXxx property function, setting the function input parameters as follows:

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

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

Requirements

Header

Devpropdef.h (include Devpropdef.h)