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.
BININFO
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
typedef struct tagBININFO {
    short   BinNumber;
    short   NbrofBins;
    short   Reserved[4];
} BININFO;
 
The BININFO structure contains information about a printer's paper bins.
 
Member     Description
────────────────────────────────────────────────────────────────────────────
 
BinNumber  Identifies the current or previous paper bin.
 
NbrofBins  Specifies the number of paper bins available.
 
Reserved   Reserved; do not use.
 
See Also
 
GETSETPAPERBINS
 
 
                                      ♦