Jump to content

DrvRemove

From EDM2
Revision as of 08:01, 5 March 2020 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DrvRemove informs the hardcopy driver that it is about to be removed from the system (deleted from the hard disk).

Syntax

DrvRemove();

Parameters

None.

Return Code

None.

Remarks

The driver is given the opportunity to remove data it owns from the INI file. The hardcopy driver does not use this entry point to delete any of its own data files unless they are created after installation.

It is the responsibility of the caller to remove the complete multifile driver by using extended attributes.