include: Fix the fpAddPortEx prototype in struct PRINTPROVIDOR.

This commit is contained in:
Detlef Riekenberg 2009-09-29 14:54:04 +02:00 committed by Alexandre Julliard
parent 64bcb540bb
commit 29c9c7f50d
1 changed files with 1 additions and 2 deletions

View File

@ -280,8 +280,7 @@ typedef struct _PRINTPROVIDOR {
HANDLE (WINAPI *fpFindFirstPrinterChangeNotification)(HANDLE hPrinter,
DWORD fdwFlags, 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, DWORD, LPBYTE, LPWSTR);
BOOL (WINAPI *fpShutDown)(LPVOID pvReserved);
BOOL (WINAPI *fpRefreshPrinterChangeNotification)(HANDLE hPrinter,
DWORD Reserved, PVOID pvReserved, PVOID pPrinterNotifyInfo);