Jump to content

DrvInstall: Difference between revisions

From EDM2
Created page with "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 respons..."
(No difference)

Revision as of 17:27, 27 December 2019

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();