LPWSTR EngGetDriverName(
HDEV hdev | |
); |
EngGetDriverName returns the name of the driver’s DLL.
EngGetDriverName returns a pointer to the null-terminated string buffer in which the name of the driver’s DLL is specified. The system obtains and stores the driver’s name from the DRIVER_INFO_2 structure when the driver is first installed through the Win32 AddPrinterDriver routine.