Paxar Gold 6037EX manual L I n i t

Models: Gold 6037EX

1 230
Download 230 pages 30.9 Kb
Page 71
Image 71

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

 

Function Reference 4-35

Page 71
Image 71
Paxar Gold 6037EX manual L I n i t