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

/*++
Copyright (c) 1998-1999 Microsoft Corporation
Module Name:
ulw3.h
Abstract:
Defines the public ULW3.DLL entry point
Author:
Bilal Alam (balam) 12-Dec-1999
Revision History:
--*/
#ifndef _ULW3_H_
#define _ULW3_H_
#define ULW3_DLL_NAME (L"w3core.dll")
#define ULW3_DLL_ENTRY ("UlW3Start")
#define SERVER_SOFTWARE_STRING ("Microsoft-IIS/6.0")
typedef HRESULT (*PFN_ULW3_ENTRY)( INT argc, LPWSTR* argv, BOOL fCompat );
#endif