stream_statistics.h File Reference
#include "ntapi/commontypes.h"Go to the source code of this file.
Typedefs | |
| typedef struct NtStatistics_s | NtStatistics_t |
| typedef struct NtStatStream_s * | NtStatStream_t |
Functions | |
| int | NT_StatOpen (NtStatStream_t *hStatStream, const char *name) |
| Opens a statistics stream. More... | |
| int | NT_StatRead (NtStatStream_t hStatStream, NtStatistics_t *stat) |
| Reads statistics. More... | |
| int | NT_StatClose (NtStatStream_t hStatStream) |
| Closes a statistics stream. More... | |
Detailed Description
This is the header file of the statistics stream interface
Definition in file stream_statistics.h.