Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
324 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. Listdata.h : class implementation of list member data
  5. File History:
  6. JonY Jan-96 created
  7. --*/
  8. //
  9. class CItemData : public CObject
  10. {
  11. public:
  12. HICON hIcon;
  13. HICON hSelIcon;
  14. CString csName;
  15. CString csDesc;
  16. CString csAppStart1;
  17. CString csAppStart2;
  18. };