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