CSM SETBITMAPDATA: Difference between revisions
Appearance
Created page with "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== <PRE> param1 PCSBITMAPDATA pCSBitmapData; →The structure defining button bit maps.: param2 ULONG ulReserved; →Reserved value.: </PRE> ==Parameters== ;pCSBitmapData (PCSBITMAPDATA) - Input : The structure defining button bit maps. ;ulReserved (ULONG)..." |
No edit summary |
||
Line 10: | Line 10: | ||
==Parameters== | ==Parameters== | ||
;pCSBitmapData ( | ;pCSBitmapData (PCSBITMAPDATA) - Input | ||
: The structure defining button bit maps. | : The structure defining button bit maps. | ||
;ulReserved ([[ULONG]]) - Input | ;ulReserved ([[ULONG]]) - Input |
Latest revision as of 19:25, 20 April 2025
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.