Paxar Gold 6037EX User Manual Page 71

  • Download
  • Add to my manuals
  • Print
  • Page
    / 230
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 70
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);
Page view 70
1 2 ... 66 67 68 69 70 71 72 73 74 75 76 ... 229 230

Comments to this Manuals

No comments