Share via


Commerce Server Manager NodeType GUIDs

The file cssnapin.h defines the NodeType globally unique identifiers (GUID) used by the Microsoft Management Console (MMC)snap-in. They are also shown in the following table with their corresponding C++ constants and their data value.

The NodeType GUIDs in the first two rows are most significant in terms integrating an MMC snap-in extension associated with a new resource. If the new resource is global, the group resources GUID is required (first row), and if the new resource is associated with a specific site, the site resources GUID is required. The other NodeType GUIDs shown in the table are not significant in this context.

NodeType GUID Constants and Values Description
CSnapInGUID_NODETYPE_Group_Resources

1503A832-6945-11D2-AFF4-00c04F8670E4

Microsoft Commerce Server 2000 Group Resources

Extend this node to add a new global resource.

CSnapInGUID_NODETYPE_Resource

1503A834-6945-11D2-AFF4-00c04F8670E4

Microsoft Commerce Server 2000 Resource

Extend this node under the appropriate site to add a new site resource.

CSnapInGUID_NODETYPE_Root

1503A830-6945-11D2-AFF4-00C04F8670E4

Microsoft Commerce Server 2000
CSnapInGUID_NODETYPE_Group

1503A831-6945-11D2-AFF4-00C04F8670E4

Microsoft Commerce Server 2000 Groups
CSnapInGUID_NODETYPE_Sites

1503A833-6945-11D2-AFF4-00C04F8670E4

Microsoft Commerce Server 2000 Sites
CSnapInGUID_NODETYPE_Site

1503A835-6945-11D2-AFF4-00C04F8670E4

Microsoft Commerce Server 2000 Site
CSnapInGUID_NODETYPE_Site_Resources

1503A836-6945-11D2-AFF4-00C04F8670E4

Microsoft Commerce Server 2000 Site Resources

The file cssnapin.h also defines the following NodeType GUIDs:

Constant: CSnapInGUID_NODETYPE_Addresses

GUID: 1503A837-6945-11D2-AFF4-00C04F8670E4

Constant: CSnapInGUID_NODETYPE_Address

GUID: 1503A838-6945-11D2-AFF4-00C04F8670E4

Constant: CSnapInGUID_NODETYPE_AddrItem

GUID: 1503A839-6945-11D2-AFF4-00C04F8670E4

Constant: CResourceNodeItemGUID_NODETYPE

GUID: FAEBE804-5362-4F79-8353-34E1D1DC4D11

Constant: CWebServerNodeItemGUID_NODETYPE

GUID: 2CB5E907-F79A-4b11-AD24-9E3808B7B387

Constant: CSnapInGUID_NODETYPE_Resource_NNSE

GUID: A3DF131F-2075-463E-B8DA-74B31365161E


All rights reserved.