Description:

SplPdInitPort initializes a port on behalf of the spooler.

#include <os2.h>

HFILE     hfile;        /*  The handle to an open file. */
PSZ       pszPortName;  /*  The name of the port to be initialized. */
APIERR    rc;           /*  Return codes. */

rc = SplPdInitPort(hfile, pszPortName);


[Back: SplPdInitPort]
[Next: SplPdInitPort Parameter - hfile]