BOOLEAN
SetupDiDestroyClassImageList(
IN PSP_CLASSIMAGELIST_DATA ClassImageListData
);
SetupDiDestroyClassImageList destroys a class image list that was built by a call to SetupDiGetClassImageList.
Parameters
ClassImageListData
Supplies a pointer to an SP_CLASSIMAGELIST_DATA structure that contains the class image list to destroy.
Return Value
The function returns TRUE if it is successful. Otherwise it returns FALSE and the logged error can be retrieved by a call to GetLastError.
See Also