Jump to content

CSM SETBITMAPDATA

From EDM2
Revision as of 19:25, 20 April 2025 by Martini (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This message is used to change the bit maps for the plus and minus buttons. For example, you might want to use left or right arrows. The optimal size for these bit maps is 10 x 10 pels.

Syntax

param1
PCSBITMAPDATA pCSBitmapData;  /* The structure defining button bit maps. */

param2
ULONG       ulReserved;    /* Reserved value. */

Parameters

pCSBitmapData (PCSBITMAPDATA) - Input
The structure defining button bit maps.
ulReserved (ULONG) - Input
Reserved value.

Returns

rc (ULONG) - returns
Success indicator.
TRUE: Successful completion
FALSE: Error occurred

Remarks

The optimal size for these bit maps is 10 x 10 pels. Other bit maps are stretched to the necessary size.