Jump to content

DrvInstall

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

DrvInstall informs the hardcopy driver that it is about to be installed or reinstalled. The driver is given the opportunity to update data in the INI file.

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

NOTE
This entry point is optional.

Syntax

DrvInstall();

Parameters

None.

Return Code

None.

Example Code

#include <os2.h>

DrvInstall();