A SERVICE OF

logo

Function Reference 4-35
pcl Init
Description
Initializes the Print subsystem. An application must call this
function before calling any other pcl functions.
Initialize and close the Print subsystem only
once in the application.
Syntax
short far pclInit(void);
Parameters
None
Return Values
0
Successful.
Example
#include <conio.h>
#include <malloc.h>
#include <stdio.h>
#include "mmsultra.h"
void main(void)
{
short sStatus = 0; // Status of comm. calls
// Start Print subsystem
sStatus = pc
lInit(NULL);