Windows2003-3790/ds/netapi/inc/netstats.h
2020-09-30 16:53:55 +02:00

36 lines
547 B
C

/*++
Copyright (c) 1991 Microsoft Corporation
Module Name:
netstats.h
Abstract:
Contains prototypes for private net stats routines
Author:
Richard L Firth (rfirth) 21-Jan-1992
Revision History:
--*/
NET_API_STATUS
NetWkstaStatisticsGet(
IN LPTSTR ServerName,
IN DWORD Level,
IN DWORD Options,
OUT LPBYTE* Buffer
);
NET_API_STATUS
NetServerStatisticsGet(
IN LPTSTR ServerName,
IN DWORD Level,
IN DWORD Options,
OUT LPBYTE* Buffer
);