Leaked source code of windows server 2003
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.

29 lines
506 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. srvstamp.h
  5. Abstract:
  6. This module defines the file stamp support routines for the server
  7. Author:
  8. David Kruse (dkruse) 10-23-2000
  9. Revision History:
  10. --*/
  11. #ifndef _SRVSTAMP_
  12. #define _SRVSTAMP_
  13. #ifdef SRVCATCH
  14. void SrvIsMonitoredShare( PSHARE Share );
  15. ULONG SrvFindCatchOffset( OUT PVOID pBuffer, ULONG BufferSize );
  16. void SrvCorrectCatchBuffer( PVOID pBuffer, ULONG CatchOffset );
  17. #endif
  18. #endif