.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetPrinterDriverDirectoryA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetPrinterDriverDirectoryA\fR (WINSPOOL.@) .SH SYNOPSIS BOOL GetPrinterDriverDirectoryA ( LPSTR \fIpName\fR, LPSTR \fIpEnvironment\fR, DWORD \fILevel\fR, LPBYTE \fIpDriverDirectory\fR, DWORD \fIcbBuf\fR, LPDWORD \fIpcbNeeded\fR ) .SH DESCRIPTION .PP Return the \fBPATH\fR for the Printer-Drivers (\fBANSI\fR). .PP See \fBGetPrinterDriverDirectoryW(3w)\fR. .SH NOTES .PP On \fBNT\fR, \fIpDriverDirectory\fR need the same Size as the Unicode-Version .SH IMPLEMENTATION .PP Declared in \fB"winspool.h"\fR. .PP Implemented in \fB"dlls/winspool.drv/info.c"\fR. .PP Debug channel \fB"winspool"\fR.