GME  13
RegBrwNode.h
Go to the documentation of this file.
00001 // RegBrwNode.h: interface for the CRegBrwNode class.
00002 //
00004 
00005 #if !defined(AFX_REGBRWNODE_H__BB47535E_08D3_4306_8BCC_B453A54EE26D__INCLUDED_)
00006 #define AFX_REGBRWNODE_H__BB47535E_08D3_4306_8BCC_B453A54EE26D__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 class CRegBrwNode;
00012 
00013 class CRegBrwNode  
00014 {
00015 public:
00016         long status;
00017         void* handle;
00018         CRegBrwNode* parent;
00019         CString value;
00020         CString name;
00021         CString path;
00022         CRegBrwNode();
00023         virtual ~CRegBrwNode();
00024 
00025 };
00026 
00027 #endif // !defined(AFX_REGBRWNODE_H__BB47535E_08D3_4306_8BCC_B453A54EE26D__INCLUDED_)