ImageList_Write.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

ImageList_Write (COMCTL32.@)

SYNOPSIS

BOOL ImageList_Write
 (
  HIMAGELIST himl,
  LPSTREAM   pstm
 )

DESCRIPTION

Writes an image list to a stream.

PARAMS

himl [In] handle to image list.

pstm [Out] Pointer to a stream.

RETURNS

Success: TRUE

Failure: FALSE.

BUGS

probably.

IMPLEMENTATION

Defined in "imagelist.h".

Implemented in "dlls/comctl32/imagelist.c".

Debug channel "imagelist".