Jump to content

DrvRemove

From EDM2
Revision as of 17:28, 27 December 2019 by Martini (talk | contribs) (Created page with "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 Cod...")
(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.

Example Code

#include <os2.h>

DrvRemove();