DosPFSInit

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 */


[Back: DosPFSCloseUser]
[Next: DosPFSQueryAct]