Function Reference 4-35
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
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
l
Init(NULL);
Содержание Gold 6037EX
Страница 1: ... ROG TC6037EXPM Rev AA 8 03 Printed in the U S A 2003 Paxar Americas Inc All rights reserved ...
Страница 2: ... Trademarks 0 1 2 0 0 3 4 5 6 7 78 ...
Страница 10: ...viii Table of Contents ...
Страница 30: ...2 16 Programmer s Manual ...
Страница 36: ...3 6 Programmer s Manual ...
Страница 154: ...4 118 Programmer s Manual ...
Страница 228: ...14 Index ...
Страница 229: ......
Страница 230: ......