All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

NextPrevUpTopContentsIndex

make-resource-image-set

Function
Summary

Constructs an image set object identifying a bitmap resource in a Windows DLL.

Package

capi

Signature

make-resource-image-set &key image-count width height library id => image-set

Arguments

image-count

An integer.

width

An integer.

height

An integer.

library

A string.

id

A string or an integer.

Values

image-set

An image-set object.

Description

The function make-resource-image-set constructs an image set object that identifies an image stored as a bitmap resource in a DLL on Microsoft Windows.

width and height are the dimensions of a single sub-image within the main image, and image-count specifies the number of sub-images in the image.

library should be a string specifying the name of the DLL.

id should be either an integer which is the resource identifier of the bitmap, or a string naming the bitmap resource.

Notes

make-resource-image-set is only available in LispWorks for Windows.

See also

image-set
make-icon-resource-image-set
make-general-image-set
image-list, image-set and image-locator


CAPI User Guide and Reference Manual (Windows version) - 3 Aug 2017

NextPrevUpTopContentsIndex