SRGraphItemData structure

struct {
	DWORD id;
	CString axisResName;
} SRGraphItemData;
The SRGraphItemData structure combines a DWORD value and a string into a single object. It is used by the wizard to associate a resource ID and a resource file name with an item in a list box.

Defined in: SRGComboBox.h

Members

id

Resource ID

axisResName

Resource file name string

Class Members

inline SRGraphItemData(DWORD value, LPCTSTR lpResName)

Constructor with parameters