Avery Dennison 6035 Programmer Manual Rev.CA 6/01 User Manual

Page 62

Advertising
background image

Function Reference 4-21

p c l C l o s e

Description

Closes the Print subsystem by freeing all internally allocated
resources.

If the application allocates font storage memory with pclOpen, it
must free that memory with the appropriate statement
immediately after calling pclClose.

A call to this function must occur only once
(at the application’s end). If the application

does not call it, the printer locks up.

Syntax

void far pclClose(void);

Parameters

None

Return Values

None

Example

See “pclInit” for an example.

Advertising