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..."
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
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.  
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.  
It is the responsibility of the caller to install the complete multifile driver by using extended attributes.


; NOTE: This entry point is optional.  
;NOTE: This entry point is optional.


==Syntax==
==Syntax==
Line 9: Line 9:


==Parameters==
==Parameters==
None.  
None.
 
==Return Code==
==Return Code==
None.  
None.


==Example Code==
==Example Code==

Latest revision as of 07:59, 5 March 2020

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