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.

35 lines
518 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. metadata.h
  5. Abstract:
  6. IISADMIN include file.
  7. Author:
  8. Michael W. Thomas 20-Sept-96
  9. Revision History:
  10. --*/
  11. #ifndef _iisadmin_h_
  12. #define _iisadmin_h_
  13. #define IISADMIN_NAME "IISADMIN"
  14. typedef
  15. VOID
  16. (*PIISADMIN_SERVICE_SERVICEENTRY) (
  17. DWORD cArgs,
  18. LPWSTR pArgs[],
  19. PTCPSVCS_GLOBAL_DATA pGlobalData // unused
  20. );
  21. #endif
  22.