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.

26 lines
500 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1999, Microsoft Corporation
  4. //
  5. // File: flush.hxx
  6. //
  7. // Contents: flush.c prototypes, etc
  8. //
  9. //-----------------------------------------------------------------------------
  10. #ifndef _FLUSH_HXX
  11. #define _FLUSH_HXX
  12. DWORD
  13. PktFlush(
  14. LPWSTR EntryToFlush);
  15. DWORD
  16. SpcFlush(
  17. LPWSTR EntryToFlush);
  18. DWORD
  19. PurgeMupCache(
  20. LPWSTR ServerName);
  21. #endif _FLUSH_HXX