GetPrinterDriverDirectoryA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/winspool.drv/info.c".

Debug channel "winspool".