ReactOS 0.4.15-dev-7906-g1b85a5f
RootNode.h
Go to the documentation of this file.
1#pragma once
2#include "Node.h"
3
4class CRootNode : public CNode
5{
6private:
8
9public:
11 ~CRootNode();
12
13 virtual bool SetupNode();
14
16};
17
DWORD DEVINST
Definition: cfgmgr32.h:76
Definition: Node.h:13
virtual bool SetupNode()
Definition: RootNode.cpp:27
~CRootNode()
Definition: RootNode.cpp:21
DEVINST m_DevInst
Definition: RootNode.h:7
DEVINST GetDeviceInst()
Definition: RootNode.h:15
SP_CLASSIMAGELIST_DATA ImageListData
Definition: hdwwiz.c:34
#define _In_
Definition: ms_sal.h:308