
Function Reference 4-15
Example
#include <stdio.h>
#include <stdlib.h>
#include <conio.h>
#include "mmsultra.h"
unsigned short far pascal StockTypePrompt
(unsigned short far * lpusPaperType);
unsigned short far pascal StockPrompt
(unsigned short far * lpusLenInches,
unsigned short far * lpusWidthInches);
void main()
{
PRINTINIT rConfig;
unsigned short usStatus = 0;
/* Initialize the printer */
usStatus = pclInit(NULL);
if (usStatus != 0)
{
printf("Init Failed\nError: %d", usStatus);
exit(1);
}
/* Calibrate with the function doing all the prompts */
usStatus = pclCalibrate(0xFFFF, 0xFFFF, 0xFFFF, 0, 0);
if (usStatus != 0)
{
printf("Calibrate Failed\nError: %u", usStatus);
pclClose();
exit(1);
}
Содержание 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: ......