Source code of Windows XP (NT5)
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

/*++
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_