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.
 
 
 
 
 
 

65 lines
1.1 KiB

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1997
//
// File: guid.h
//
// Contents: extern references for IIS guids
//
// History:
//
//----------------------------------------------------------------------------
#ifndef __GUID_H__
#define __GUID_H__
#ifdef __cplusplus
extern "C" {
#endif
//-------------------------------------------
//
// IISOle CLSIDs
//
//-------------------------------------------
//
// IISOle objects
//
extern const CLSID CLSID_IISGenObject;
extern const CLSID CLSID_IISTree;
extern const CLSID CLSID_IISSchema;
extern const CLSID CLSID_IISClass;
extern const CLSID CLSID_IISProperty;
extern const CLSID CLSID_IISSyntax;
extern const CLSID LIBID_IISOle;
extern const CLSID CLSID_IISNamespace;
extern const CLSID CLSID_IISProvider;
extern const CLSID CLSID_IISMimeType;
extern const CLSID CLSID_IISPropertyAttribute;
#ifdef __cplusplus
}
#endif
#endif