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.

20 lines
430 B

  1. /*
  2. * _ F S U T I L . H
  3. *
  4. * File system routines
  5. *
  6. * Copyright 1986-1997 Microsoft Corporation, All Rights Reserved
  7. */
  8. #ifndef __FSUTIL_H_
  9. #define __FSUTIL_H_
  10. enum { CCH_PATH_PREFIX = 4 };
  11. // Public function to clear out the cached security-enabled thread token
  12. // used in ScChildISAPIAccessCheck.
  13. // Should be called in our ISAPI terminate proc.
  14. //
  15. void CleanupSecurityToken();
  16. #endif // __FSUTIL_H_