Windows 3.1 Device Drivers (ddag31qh.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
ORIENT
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
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.
 
Member       Description
────────────────────────────────────────────────────────────────────────────
 
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.
 
See Also
 
GETSETPRINTORIENT
 
 
                                      ♦