![](/images/new-backgrounds/1186820/186820141x1.webp)
p c l I n i t
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
0Successful.
Example
#include <conio.h> #include <malloc.h> #include <stdio.h> #include "mmsultra.h"
void main(void) |
|
{ | // Status of comm. calls |
short sStatus = 0; | |
sStatus = pclInit(NULL); | // Start Print subsystem |
|