2025-04-27 07:49:33 -04:00

28 lines
351 B
C++

/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
Listdata.h : class implementation of list member data
File History:
JonY Jan-96 created
--*/
//
class CItemData : public CObject
{
public:
HICON hIcon;
HICON hSelIcon;
CString csName;
CString csDesc;
CString csAppStart1;
CString csAppStart2;
};