Array of button definitions.

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 ;


[Back] [Next]