[Toc][Index]

DosPFSInit



#define INCL_DOSPFS

USHORT  rc = DosPFSInit(CPHdw, FontFileName, PrinterType, PrinterName,
                             Instances, Reserved);

PUSHORT          CPHdw;         /* Hdw Font definition list */
PSZ              FontFileName;  /* File pathname of the font file to use */
PSZ              PrinterType;   /* Printer type string */
PSZ              PrinterName;   /* Printer name string */
USHORT           Instances;     /* Number of spool instances */
ULONG            0;             /* Reserved */

USHORT           rc;            /* return code */


Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs