ComCtl32ImageList_Destroy Method
Destroys an image list.
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("ComCtl32.dll")]
public static bool ImageList_Destroy(
IntPtr hImageList
)
<DllImportAttribute("ComCtl32.dll">]
Public Shared Function ImageList_Destroy (
hImageList As IntPtr
) As Boolean
Dim hImageList As IntPtr
Dim returnValue As Boolean
returnValue = ComCtl32.ImageList_Destroy(hImageList)
public:
[DllImportAttribute(L"ComCtl32.dll")]
static bool ImageList_Destroy(
IntPtr hImageList
)
[<DllImportAttribute("ComCtl32.dll")>]
static member ImageList_Destroy :
hImageList : IntPtr -> bool
No code example is currently available or this language may not be supported.
- hImageList IntPtr
-
A handle to the image list to destroy.
Boolean
If the function succeeds, the return value is
;
otherwise, it returns
.