- Fix PRINTPROVIDOR::fpAddPortEx prototype

svn path=/trunk/; revision=59531
This commit is contained in:
Thomas Faber 2013-07-20 09:27:15 +00:00
parent 66fa5c8c6f
commit 4248694ae9

View file

@ -193,8 +193,8 @@ typedef struct _PRINTPROVIDOR {
DWORD fdwOptions,
LPVOID pPrinterNotifyOptions);
BOOL (WINAPI *fpFindClosePrinterChangeNotification)(HANDLE hChange);
BOOL (WINAPI *fpAddPortEx)(HANDLE hMonitor, LPWSTR pName, DWORD Level,
LPBYTE lpBuffer, LPWSTR lpMonitorName);
BOOL (WINAPI *fpAddPortEx)(LPWSTR pName, DWORD Level, LPBYTE lpBuffer,
LPWSTR lpMonitorName);
BOOL (WINAPI *fpShutDown)(LPVOID pvReserved);
BOOL (WINAPI *fpRefreshPrinterChangeNotification)(HANDLE hPrinter,
DWORD Reserved,