Jump to content

PRTSTORAGEL

From EDM2
Revision as of 21:03, 10 February 2023 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Information about the printer storage media, returned by the BIDI_Q_STORAGE command.

Example Code

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;