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
521 B

  1. /*++
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. Module Name:
  4. ulw3.h
  5. Abstract:
  6. Defines the public ULW3.DLL entry point
  7. Author:
  8. Bilal Alam (balam) 12-Dec-1999
  9. Revision History:
  10. --*/
  11. #ifndef _ULW3_H_
  12. #define _ULW3_H_
  13. #define ULW3_DLL_NAME (L"w3core.dll")
  14. #define ULW3_DLL_ENTRY ("UlW3Start")
  15. #define SERVER_SOFTWARE_STRING ("Microsoft-IIS/6.0")
  16. typedef HRESULT (*PFN_ULW3_ENTRY)( INT argc, LPWSTR* argv, BOOL fCompat );
  17. #endif