Information about the printer storage media, returned by the BIDI_Q_STORAGE command.
typedef struct _PRTSTORAGEL {
ULONG cTotal; /* Total number of storage media in the printer. */
ULONG cReturned; /* Number of PRTSTORAGE data structures that follow. */
PRTSTORAGE prtStorage[1]; /* Contains a PRTSTORAGE data structure. */
} PRTSTORAGEL;
typedef PRTSTORAGEL * PPRTSTORAGEL ;