CString cs="ssssssssss"; 
LPARAM p; 
p=(LPARAM)&cs; 
CString ss=(CString )*p; 我想用这种方式把cs的值付给SS  但CString ss=(CString )*p;始终报错,请教各位怎么改