ImageList_Destroy function
Destroys an image list.
Syntax
BOOL ImageList_Destroy( _In_opt_ HIMAGELIST himl );
Parameters
- himl [in, optional]
-
Type: HIMAGELIST
A handle to the image list to destroy.
Return value
Type: BOOL
Returns nonzero if successful, or zero otherwise.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: