ZXSTZXPRINTER

Status of the ZX Printer.

// ZX Printer
#define ZXSTPRF_ENABLED     1

typedef struct _tagZXSTZXPRINTER
{
  ZXSTBLOCK blk;
  WORD wFlags;
} ZXSTZXPRINTER, *LPZXSTZXPRINTER;

Members

blk

The block header. The block id is ZXSTBID_ZXPRINTER ('Z', 'X', 'P', 'R').

wFlags

If the ZXSTPRF_ENABLED bit set, this specifies ZX Printer emulation is enabled. Otherwise it should be disabled.

Revision history

Available since version 1.0