CSM SETBITMAPDATA
Appearance
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.