|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <RootNode.h>


Public Member Functions | |
| CRootNode (_In_ PSP_CLASSIMAGELIST_DATA ImageListData) | |
| ~CRootNode () | |
| virtual bool | SetupNode () |
| DEVINST | GetDeviceInst () |
Public Member Functions inherited from CNode | |
| CNode (_In_ NodeType Type, _In_ PSP_CLASSIMAGELIST_DATA ImageListData) | |
| CNode (_In_ const CNode &Node) | |
| virtual | ~CNode () |
| virtual bool | SetupNode ()=0 |
| NodeType | GetNodeType () |
| LPGUID | GetClassGuid () |
| LPWSTR | GetDisplayName () |
| INT | GetClassImage () |
| LPWSTR | GetDeviceId () |
| bool | HasProperties () |
Private Attributes | |
| DEVINST | m_DevInst |
Additional Inherited Members | |
Protected Attributes inherited from CNode | |
| NodeType | m_NodeType |
| PSP_CLASSIMAGELIST_DATA | m_ImageListData |
| LPWSTR | m_DeviceId |
| WCHAR | m_DisplayName [DISPLAY_NAME_LEN] |
| GUID | m_ClassGuid |
| INT | m_ClassImage |
Definition at line 4 of file RootNode.h.
| CRootNode::CRootNode | ( | _In_ PSP_CLASSIMAGELIST_DATA | ImageListData | ) |
Definition at line 15 of file RootNode.cpp.
| CRootNode::~CRootNode | ( | ) |
Definition at line 21 of file RootNode.cpp.
|
inline |
Definition at line 15 of file RootNode.h.
Referenced by CDeviceView::ListDevicesByConnection(), and CDeviceView::ListResourcesByType().
|
virtual |
Implements CNode.
Definition at line 27 of file RootNode.cpp.
Referenced by CDeviceView::Initialize(), and CDeviceView::RefreshDeviceList().
|
private |
Definition at line 7 of file RootNode.h.
Referenced by GetDeviceInst(), and SetupNode().