Jump to content

USERBUTTON

From EDM2
Revision as of 13:08, 21 February 2020 by Ak120 (talk | contribs) (Created page with "User-button data structure. typedef struct _USERBUTTON { HWND hwnd; Window handle.: HPS hps; Presentation-space handle.: ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

User-button data structure.

typedef struct _USERBUTTON {
  HWND      hwnd;        /*  Window handle. */
  HPS       hps;         /*  Presentation-space handle. */
  ULONG     fsState;     /*  New state of user button. */
  ULONG     fsStateOld;  /*  Old state of user button. */
} USERBUTTON;

typedef USERBUTTON *PUSERBUTTON;