Scroll to navigation

GetPrinterDriverDirectoryA(3w) Wine API 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

Declared in "winspool.h".
Implemented in "dlls/winspool.drv/info.c".
Debug channel "winspool".
Oct 2012 Wine API