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 ;


[Back] [Next]