mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[IDL] Fix the declaration of function 7 (NetrBrowserStatisticsClear)
This commit is contained in:
@@ -191,10 +191,11 @@ interface browser
|
||||
I_BrowserrResetStatistics(
|
||||
[in, string, unique] BROWSER_IDENTIFY_HANDLE ServerName);
|
||||
|
||||
/* Function 7 (NetrBrowserStatisticsClear) */
|
||||
/* Function 7 - Not used on wire */
|
||||
NET_API_STATUS
|
||||
__stdcall
|
||||
BrowserOpnum7NotUsedOnWire(void);
|
||||
NetrBrowserStatisticsClear(
|
||||
[in, string, unique] BROWSER_IDENTIFY_HANDLE ServerName);
|
||||
|
||||
/* Function 8 */
|
||||
NET_API_STATUS
|
||||
|
||||
Reference in New Issue
Block a user