typedef struct tagBININFO {
short BinNumber;
short NbrofBins;
short Reserved[4];
} BININFO;
The BININFO structure contains information about a printer's paper bins.
BinNumber
Identifies the current or previous paper bin.
NbrofBins
Specifies the number of paper bins available.
Reserved
Reserved; do not use.