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