mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
259 B
23 lines
259 B
/*++
|
|
|
|
Copyright (C) 1999 Microsoft Corporation
|
|
|
|
--*/
|
|
#ifndef _SRVRMON_H_
|
|
#define _SRVRMON_H_
|
|
|
|
DWORD
|
|
WINAPI
|
|
SrvrCommit(
|
|
IN DWORD dwAction
|
|
);
|
|
|
|
NS_CONTEXT_ENTRY_FN SrvrMonitor;
|
|
|
|
DWORD
|
|
WINAPI
|
|
SrvrUnInit(
|
|
IN DWORD dwReserved
|
|
);
|
|
|
|
#endif //_SRVRMON_H_
|