The information in this article applies to:
SUMMARYThis article explains how to programmatically install a Windows NT 4.0 Display Driver after installation of the operating system has been completed. MORE INFORMATION
To install a new Display Driver, the Display control panel applet Desk.cpl exports the function InstallGraphicsDriver().
Parameters
Handle to the Parent Window (Optional).
NULL-terminated Unicode string that contains the Directory where the display driver can be found.
NULL-terminated Unicode string that contains the device description found in the associated .inf file.
NULL-terminated Unicode string that contains the .inf file for the Display Driver.A program written to use this function might look like the following sample: Graphics.c
To install the 3D RAGE PRO TURBO driver using a driver and an *.inf file in the directory C:\ati\, the command might look like the following:
Additional query words:
Keywords : kbdisplay kbsetup kbGrpNTDDK |
Last Reviewed: May 26, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |