Location to which the device coordinates of the next band are returned.
typedef struct _BANDRECT {
LONG xLeft; /* X-coordinate of the lower-left corner of the rectangular band. */
LONG yBottom; /* Y-coordinate of the lower-left corner of the rectangular band. */
LONG xRight; /* X-coordinate of the top-right corner of the rectangular band. */
LONG yTop; /* Y-coordinate of the to-right corner of the rectangular band. */
} BANDRECT;
typedef BANDRECT * PBANDRECT ;