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.

22 lines
428 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. #endif _FLUSH_HXX