GetPrinterDriverDirectoryA(3w)
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(3w).
NOTES
On NT, pDriverDirectory need the same Size as the Unicode-Version
IMPLEMENTATION
Defined in "winspool.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/winspool.drv/info.c".
- Debug channel "winspool".