librpc: fix some variable names in winspool protocol IDL
authorGünther Deschner <gd@samba.org>
Thu, 22 Sep 2016 14:30:52 +0000 (16:30 +0200)
committerUri Simchoni <uri@samba.org>
Mon, 26 Sep 2016 18:24:18 +0000 (20:24 +0200)
never undestimate the power of sed...

Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Uri Simchoni <uri@samba.org>
librpc/idl/winspool.idl

index 0ae928837ea5fc3b9846e416ddc930126ef9faa6..dfb45a128d4e702b8dd09acebc0aecf7ed0e6b42 100644 (file)
@@ -704,21 +704,21 @@ import "misc.idl", "security.idl", "winreg.idl", "spoolss.idl";
        [public] HRESULT winspool_SyncRegisterForRemoteNotifications(
                [in]    PRINTER_HANDLE                  hPrinter,
                [in]    winspool_PrintPropertiesCollection *pNotifyFilter,
-               [out]   RMTNTFY_HANDLE                 *phwinspool_Handle
+               [out]   RMTNTFY_HANDLE                 *phRpcHandle
        );
 
        /******************/
        /* Function: 0x3b */
 
        HRESULT winspool_SyncUnRegisterForRemoteNotifications(
-               [in, out]   RMTNTFY_HANDLE             *phwinspool_Handle
+               [in, out]   RMTNTFY_HANDLE             *phRpcHandle
        );
 
        /******************/
        /* Function: 0x3c */
 
        HRESULT winspool_SyncRefreshRemoteNotifications(
-               [in]    RMTNTFY_HANDLE                  hwinspool_Handle,
+               [in]    RMTNTFY_HANDLE                  hRpcHandle,
                [in]    winspool_PrintPropertiesCollection *pNotifyFilter,
                [out]   winspool_PrintPropertiesCollection **ppNotifyData
        );
@@ -727,7 +727,7 @@ import "misc.idl", "security.idl", "winreg.idl", "spoolss.idl";
        /* Function: 0x3d */
 
        HRESULT winspool_AsyncGetRemoteNotifications(
-               [in]    RMTNTFY_HANDLE                  hwinspool_Handle,
+               [in]    RMTNTFY_HANDLE                  hRpcHandle,
                [out]   winspool_PrintPropertiesCollection **ppNotifyData
        );