// Copyright (C) 1997 Microsoft Corporation
//
// UUIDS used in the Local Security Snapin
// 
// 8-18-97 sburns



#ifndef UUIDS_HPP_INCLUDED
#define UUIDS_HPP_INCLUDED



#include "node.hpp"



extern const CLSID CLSID_ComponentData;
extern const CLSID CLSID_SnapinAbout;

extern const NodeType NODETYPE_RootFolder;
extern const NodeType NODETYPE_UsersFolder;
extern const NodeType NODETYPE_GroupsFolder;
extern const NodeType NODETYPE_User;
extern const NodeType NODETYPE_Group;
extern const NodeType* nodetypes[];



#endif   // UUIDS_HPP_INCLUDED