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.

37 lines
453 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Abstract:
  4. This module contains the common extern header information for the EFS
  5. file system filter driver.
  6. Author:
  7. Robert Gu (robertg) 29-Oct-1996
  8. Enviroment:
  9. Kernel Mode Only
  10. Revision History:
  11. --*/
  12. #ifndef EFSEXT_H
  13. #define EFSEXT_H
  14. #include "efs.h"
  15. //Global externals
  16. extern EFS_DATA EfsData;
  17. #if DBG
  18. extern ULONG EFSDebug;
  19. #endif
  20. #endif