typedef struct tagORIENT {
short Orientation;
short Reserved[4];
} ORIENT;
The ORIENT structure contains information about the paper orientation, such as whether it is portrait or landscape.
Orientation
Specifies the paper orientation. If it is 1, the orientation is portrait. If it is 2, the orientation is landscape.
Reserved
Not used; must be zero.