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.

29 lines
319 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. checker.cxx
  5. Abstract:
  6. IIS Services IISADMIN Extension
  7. Unicode Metadata Sink.
  8. Author:
  9. Michael W. Thomas 11-19-98
  10. --*/
  11. #ifndef _checker_hxx
  12. #define _checker_hxx
  13. VOID
  14. UpdateUsers(
  15. BOOL fRestore = FALSE
  16. );
  17. #endif