Jump to content

CSBITMAPDATA

From EDM2

This is the bitmap data structure for the circular slider buttons.

Type

struct

C Declaration Method

typedef

Example Code

typedef struct _CSBITMAPDATA {
  HBITMAP     hbmLeftUp;
  HBITMAP     hbmLeftDown;
  HBITMAP     hmbRightUp;
  HBITMAP     hbmRightDown;
} CSBITMAPDATA;

typedef   CSBITMAPDATA   * PCSBITMAPDATA ;