[IDL] Fix the declaration of function 7 (NetrBrowserStatisticsClear)

This commit is contained in:
Eric Kohl 2019-03-24 13:02:10 +01:00
parent 526fc76cac
commit 89aaf0efca

View file

@ -191,10 +191,11 @@ interface browser
I_BrowserrResetStatistics( I_BrowserrResetStatistics(
[in, string, unique] BROWSER_IDENTIFY_HANDLE ServerName); [in, string, unique] BROWSER_IDENTIFY_HANDLE ServerName);
/* Function 7 (NetrBrowserStatisticsClear) */ /* Function 7 - Not used on wire */
NET_API_STATUS NET_API_STATUS
__stdcall __stdcall
BrowserOpnum7NotUsedOnWire(void); NetrBrowserStatisticsClear(
[in, string, unique] BROWSER_IDENTIFY_HANDLE ServerName);
/* Function 8 */ /* Function 8 */
NET_API_STATUS NET_API_STATUS