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.

31 lines
496 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. typedef HRESULT (*PFNCREATECOMPLUSAPPLICATION)(LPCWSTR, LPCWSTR, LPCWSTR, BOOL*);
  14. extern PFNCREATECOMPLUSAPPLICATION g_pfnCreateCOMPlusApplication;
  15. VOID
  16. UpdateUsers(
  17. BOOL fRestore = FALSE
  18. );
  19. #endif