Constructs an image set object identifying a icon resource in a Windows DLL.
capi
make-icon-resource-image-set &key image-count width height library id => image-set
image-count⇩ |
An integer. |
width⇩ |
An integer. |
height⇩ |
An integer. |
library⇩ |
A string. |
id⇩ |
A string or an integer. |
image-set |
An image-set object. |
The function make-icon-resource-image-set
constructs an image set object that identifies an image stored as a icon 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 icon, or a string naming the icon resource.
make-icon-resource-image-set
is only available in LispWorks for Windows.
image-set
make-general-image-set
5.10.4 image-list, image-set and image-locator
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42