windows-nt/Source/XPSP1/NT/admin/wizards/wizmgr/listdata.h

28 lines
324 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
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;
};