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

  1. /*++
  2. Copyright (C) 1999 Microsoft Corporation
  3. --*/
  4. #ifndef _SRVRMON_H_
  5. #define _SRVRMON_H_
  6. DWORD
  7. WINAPI
  8. SrvrCommit(
  9. IN DWORD dwAction
  10. );
  11. NS_CONTEXT_ENTRY_FN SrvrMonitor;
  12. DWORD
  13. WINAPI
  14. SrvrUnInit(
  15. IN DWORD dwReserved
  16. );
  17. #endif //_SRVRMON_H_