ReactOS 0.4.15-dev-7924-g5949c20
ClassNode.h
Go to the documentation of this file.
1#pragma once
2#include "Node.h"
3
4class CClassNode : public CNode
5{
6public:
7
9 _In_ LPGUID ClassGuid,
11 );
12
14
15 virtual bool SetupNode();
16
17private:
18
20 _Inout_z_ LPWSTR ResourceDescriptor,
21 _In_ DWORD ResourceDescriptorSize
22 );
23};
24
virtual bool SetupNode()
Definition: ClassNode.cpp:31
DWORD ConvertResourceDescriptorToString(_Inout_z_ LPWSTR ResourceDescriptor, _In_ DWORD ResourceDescriptorSize)
Definition: ClassNode.cpp:111
Definition: Node.h:13
unsigned long DWORD
Definition: ntddk_ex.h:95
SP_CLASSIMAGELIST_DATA ImageListData
Definition: hdwwiz.c:34
#define _In_
Definition: ms_sal.h:308
#define _Inout_z_
Definition: ms_sal.h:383
WCHAR * LPWSTR
Definition: xmlstorage.h:184