Jump to content

XYWINSIZE: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "Window position and size structure. typedef struct _XYWINSIZE { SHORT x; X-coordinate of window origin.: SHORT y; /* Y-coordinate of w..."
 
(No difference)

Latest revision as of 04:46, 21 February 2020

Window position and size structure.

typedef struct _XYWINSIZE {
  SHORT      x;         /*  X-coordinate of window origin. */
  SHORT      y;         /*  Y-coordinate of window origin. */
  SHORT      cx;        /*  Window width. */
  SHORT      cy;        /*  Window height. */
  USHORT     fsWindow;  /*  Window options. */
} XYWINSIZE;

typedef XYWINSIZE *PXYWINSIZE;