ReactOS 0.4.16-dev-1541-g7e1d9ef
ResourceTypeNode.cpp
Go to the documentation of this file.
1/*
2* PROJECT: ReactOS Device Manager
3* LICENSE: GPL - See COPYING in the top level directory
4* FILE: dll/win32/devmgr/devmgmt/ResourceTypeNode.cpp
5* PURPOSE: Class object for
6* COPYRIGHT: Copyright 2025 Eric Kohl <ekohl@reactos.org>
7*
8*/
9
10#include "precomp.h"
11#include "devmgmt.h"
12#include "ResourceTypeNode.h"
13
14
16 _In_ UINT ResId,
18 ) :
20{
21 CAtlStringW str;
22 if (str.LoadStringW(g_hThisInstance, ResId))
24}
25
26
28{
29}
30
31
32bool
34{
35 return true;
36}
@ ResourceTypeNode
Definition: Node.h:11
Definition: Node.h:15
WCHAR m_DisplayName[DISPLAY_NAME_LEN]
Definition: Node.h:20
CResourceTypeNode(_In_ UINT ResId, _In_ PSP_CLASSIMAGELIST_DATA ImageListData)
virtual bool SetupNode()
HINSTANCE g_hThisInstance
Definition: MainWindow.cpp:25
#define MAX_PATH
Definition: compat.h:34
SP_CLASSIMAGELIST_DATA ImageListData
Definition: hdwwiz.c:34
unsigned int UINT
Definition: ndis.h:50
#define _In_
Definition: no_sal2.h:158
const WCHAR * str
STRSAFEAPI StringCchCopyW(STRSAFE_LPWSTR pszDest, size_t cchDest, STRSAFE_LPCWSTR pszSrc)
Definition: strsafe.h:149