NextPrevUpTopContentsIndex

uninstall-postscript-printer

Function
Summary

Uninstalls a Postscript printer definition.

Package

capi

Signature

uninstall-postscript-printer name
&key if-does-not-exist deletep

Arguments

name

A string.

if-does-not-exist

One of nil or :error .

deletep

A boolean.

Description

Uninstalls a PostScript printer definition for the given device name .

if-does-not-exist controls what happens if the named printer does not exist. The default value is :error .

deletep , if true, causes the printer to be removed for subsequent sessions as well as the current session, by deleting the file on the disk. The default value of deletep is nil .

See also

install-postscript-printer


LispWorks CAPI Reference Manual - 25 Jul 2006

NextPrevUpTopContentsIndex