From 29c9c7f50d192417b1c9783e5688f2f1991e2103 Mon Sep 17 00:00:00 2001 From: Detlef Riekenberg Date: Tue, 29 Sep 2009 14:54:04 +0200 Subject: [PATCH] include: Fix the fpAddPortEx prototype in struct PRINTPROVIDOR. --- include/ddk/winsplp.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/ddk/winsplp.h b/include/ddk/winsplp.h index 4dfdb5b834..c532be901f 100644 --- a/include/ddk/winsplp.h +++ b/include/ddk/winsplp.h @@ -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); -- 2.33.8