Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SP_CLASSIMAGELIST_DATA structure (setupapi.h)

An SP_CLASSIMAGELIST_DATA structure describes a class image list.

Syntax

typedef struct _SP_CLASSIMAGELIST_DATA {
 DWORD cbSize;
 HIMAGELIST ImageList;
 ULONG_PTR Reserved;
} SP_CLASSIMAGELIST_DATA, *PSP_CLASSIMAGELIST_DATA;

Members

cbSize

The size, in bytes, of the SP_CLASSIMAGE_DATA structure.

ImageList

A handle to the class image list.

Reserved

Reserved. For internal use only.

Requirements

Requirement Value
Header setupapi.h (include Setupapi.h)

See also

SetupDiDestroyClassImageList

SetupDiGetClassImageIndex

SetupDiGetClassImageList


Feedback

Was this page helpful?

Additional resources