
p c l C l o s e
Description
Closes the Print subsystem by freeing all internally allocated resources.
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 “pclFeed” for an example.