Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In Windows Vista and later versions of Windows, the DEVPROP_TYPE_UINT32 identifier represents the base-data-type identifier that indicates that the data type is a ULONG-typed unsigned integer.
Remarks
DEVPROP_TYPE_UINT32 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_UINT32, call the corresponding SetupDiSetXxx property function and set the function input parameters as follows:
Set the PropertyType parameter to DEVPROP_TYPE_UINT32, set the PropertyBuffer parameter to a pointer to a buffer that can contain at least one ULONG value, and set the PropertyBufferSize parameter to sizeof(ULONG).
Set the other function input parameters as appropriate to set the property.
Requirements
Header |
Devpropdef.h (include Devpropdef.h) |