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.
 
 
 
 
 
 

60 lines
1.6 KiB

/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
guids.h
Abstract:
guids header file
Author:
08-Apr-1998 mraghu
Revision History:
--*/
// PrintJobsGuid needs to be removed once spoooler changes are checked in
//
GUID PrintJobGuid =
{0x127eb555, 0x3b06, 0x46ea, 0xa0, 0x8b, 0x5d, 0xc2, 0xc3, 0xc5, 0x7c, 0xfd};
GUID RenderedJobGuid =
{0x1d32b239, 0x92a6, 0x485a, 0x96, 0xd2, 0xdc, 0x36, 0x59, 0xfb, 0x80, 0x3e};
GUID UlGuid =
{0x3c419e3d, 0x1d18, 0x415b, 0xa9, 0x1a, 0x9b, 0x55, 0x89, 0x38, 0xde, 0x4b};
GUID W3CoreGuid =
{0xd42cf7ef, 0xde92, 0x473e, 0x8b, 0x6c, 0x62, 0x1e, 0xa6, 0x63, 0x11, 0x3a};
GUID W3FilterGuid =
{0x00237f0d, 0x73eb, 0x4bcf, 0xa2, 0x32, 0x12, 0x66, 0x93, 0x59, 0x58, 0x47};
GUID W3CgiGuid =
{0xe2e55403, 0x0d2e, 0x4609, 0xa4, 0x70, 0xbe, 0x0d, 0xa0, 0x40, 0x13, 0xc0};
GUID W3IsapiGuid =
{0x2e94e6c7, 0xeda0, 0x4b73, 0x90, 0x10, 0x25, 0x29, 0xed, 0xce, 0x1c, 0x27};
GUID IisStrmFilterGuid =
{0x0ecf983b, 0x7115, 0x4b77, 0xa5, 0x43, 0x95, 0xd1, 0x38, 0xee, 0x44, 0x00};
GUID IisSslHandShakeGuid =
{0xd353dc2d, 0x3e55, 0x4b88, 0xa4, 0xac, 0x18, 0x3c, 0x36, 0x83, 0x62, 0xa3};
GUID IisAspGuid =
{0x1fc299fa, 0x3fc4, 0x4c37, 0x91, 0x0d, 0xde, 0x5b, 0x91, 0x1d, 0x02, 0x70};
GUID IisAspNetGuid =
{0x06a01367, 0x79d3, 0x4594, 0x8e, 0xb3, 0xc7, 0x21, 0x60, 0x3c, 0x46, 0x79};
// GUID for user developed custom ISAPI extention
// 71bda656-663c-4eae-977a-a749f1fa0fcd
GUID IisCustomIsapiGuid =
{0x71bda656, 0x663c, 0x4eae, 0x97, 0x7a, 0xa7, 0x49, 0xf1, 0xfa, 0x0f, 0xcd};