Scroll to navigation

GetPrintProcessorDirectoryA(3w) Wine API GetPrintProcessorDirectoryA(3w)

NAME

GetPrintProcessorDirectoryA (WINSPOOL.@)

SYNOPSIS

BOOL GetPrintProcessorDirectoryA
(
LPSTR server,
LPSTR env,
DWORD level,
LPBYTE Info,
DWORD cbBuf,
LPDWORD pcbNeeded
)
 

DESCRIPTION

Return the PATH for the Print-Processors.
See GetPrintProcessorDirectoryW(3w).
 

IMPLEMENTATION

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