windows-nt/Source/XPSP1/NT/inetsrv/iis/ui/admin/mmc/guids.h
2020-09-26 16:20:57 +08:00

64 lines
1.7 KiB
C

/*++
Copyright (c) 1994-1998 Microsoft Corporation
Module Name :
guids.h
Abstract:
GUIDs as used by IIS snapin definition
Author:
Ronald Meijer (ronaldm)
Project:
Internet Services Manager
Revision History:
--*/
//
// New Clipboard format that has the Type and Cookie
//
extern const wchar_t * ISM_SNAPIN_INTERNAL;
//
// Published context information for extensions to extend
//
// <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
extern const wchar_t * MYCOMPUT_MACHINE_NAME;
extern const wchar_t * ISM_SNAPIN_MACHINE_NAME;
extern const wchar_t * ISM_SNAPIN_SERVICE;
extern const wchar_t * ISM_SNAPIN_INSTANCE;
extern const wchar_t * ISM_SNAPIN_PARENT_PATH;
extern const wchar_t * ISM_SNAPIN_NODE;
extern const wchar_t * ISM_SNAPIN_META_PATH;
//
// GUIDS
//
// <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
//
// Snapin GUID
//
extern const CLSID CLSID_Snapin; // In-Proc server GUID
extern const CLSID CLSID_About; // About GUID
//
// IIS Object GUIDS
//
extern const GUID cInternetRootNode; // Internet root node num
extern const GUID cMachineNode; // Machine node num
extern const GUID cServiceCollectorNode; // Service Collector node num
extern const GUID cInstanceCollectorNode; // Instance Collector node num
extern const GUID cInstanceNode; // Instance node num
extern const GUID cChildNode; // Child node num
extern const GUID cFileNode; // File node num