ComCtl32ImageList_Write Method
Writes an image list to a stream.
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", SetLastError = true)]
public static bool ImageList_Write(
IntPtr hImageList,
IStream stream
)
<DllImportAttribute("ComCtl32.dll", SetLastError := true>]
Public Shared Function ImageList_Write (
hImageList As IntPtr,
stream As IStream
) As Boolean
Dim hImageList As IntPtr
Dim stream As IStream
Dim returnValue As Boolean
returnValue = ComCtl32.ImageList_Write(hImageList,
stream)
public:
[DllImportAttribute(L"ComCtl32.dll", SetLastError = true)]
static bool ImageList_Write(
IntPtr hImageList,
IStream^ stream
)
[<DllImportAttribute("ComCtl32.dll", SetLastError = true)>]
static member ImageList_Write :
hImageList : IntPtr *
stream : IStream -> bool
No code example is currently available or this language may not be supported.
- hImageList IntPtr
-
A handle to the image list.
- stream IStream
-
The stream.
Boolean
Returns
if successful, or
otherwise.