Jump to content

MB2D

From EDM2

Array of button definitions.

Type

struct

C Declaration Method

typedef

Example Code

typedef struct _MB2D {
  CHAR      achText[MAX_MB2DTEXT+1];  /* Text of the button. */
  ULONG     idButtons;                /* Button Id returned when selected. */
  ULONG     flStyle;                  /* Button style flags. */
} MB2D;

typedef   MB2D   * PMB2D ;