BOOLEAN
SetupDiDestroyClassImageList(
IN PSP_CLASSIMAGELIST_DATA ClassImageListData
);
SetupDiDestroyClassImageList destroys a class image list that was built by a call to SetupDiGetClassImageList.
The function returns TRUE if it is successful. Otherwise it returns FALSE and the logged error can be retrieved by a call to GetLastError.