#pragma once class CShortCutInfo { public: CShortCutInfo(void); CString display,target,pos,param; ~CShortCutInfo(void); };