Jump to content

PRDRIVINFO

From EDM2

Printer driver information structure (level 0).

Type

struct

C Declaration Method

typedef

Example Code

typedef struct _PRDRIVINFO {
  CHAR     szDrivName[DRIV_NAME_SIZE+1+DRIV_DEVICENAME_SIZE+1];  /* Name of printer driver. */
} PRDRIVINFO;

typedef   PRDRIVINFO   * PPRDRIVINFO ;