ComCtl32ImageList_Read Method

Reads an image list from a stream.

Definition

Namespace: DevCase.Win32.NativeMethods
Assembly: 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
)

Parameters

stream  IStream
A pointer to the stream.

Return Value

IntPtr
Returns the handle to the image list if successful, or Zero otherwise.

Remarks

See Also