VioGetFont

VioGetFont

typedef struct _VIOFONTINFO {   /* viofi */
  USHORT  cb;                 /* length of this structure */
  USHORT  type;               /* request type */
  USHORT  cxCell;             /* pel columns in character cell */
  USHORT  cyCell;             /* pel rows in character cell */
  PVOID   pbData;             /* requested font table (returned) */
  USHORT  cbData;             /* length of caller supplied data area
                                (in bytes) */
} VIOFONTINFO;

#define INCL_VIO

USHORT  rc = VioGetFont(RequestBlock, VioHandle);

PVIOFONTINFO     RequestBlock;  /* Request block */
HVIO             VioHandle;     /* Vio handle */

USHORT           rc;            /* return code */


[Back: VioGetCurType]
[Next: VioGetMode]