NAME

GetPrinterDriverDirectoryA  (WINSPOOL.@)

SYNOPSIS

 BOOL GetPrinterDriverDirectoryA
 (
  LPSTR   pName,
  LPSTR   pEnvironment,
  DWORD   Level,
  LPBYTE  pDriverDirectory,
  DWORD   cbBuf,
  LPDWORD pcbNeeded
 )

DESCRIPTION

Return the PATH for the Printer-Drivers (ANSI).

See GetPrinterDriverDirectoryW.

NOTES

On NT, pDriverDirectory need the same Size as the Unicode-Version

IMPLEMENTATION

Declared in "include/winspool.h". gitlab.winehq.org/wine/wine/blob/master/include/winspool.h

Implemented in "dlls/winspool.drv/info.c". gitlab.winehq.org/wine/wine/blob/master/dlls/winspool.drv/info.c

Debug channel "winspool".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.