过
过往成炎
Guest
define MYPTR if((n)==16?(USHORT*):(BYTE*))
What I want to do is, if n==16 then "MYPTR pData;" should equal to "USHORT* pData". Otherwise it should be "BYTE* pData"
but it did not work.I really don't know how to do it.Help plz.
Continue reading...
What I want to do is, if n==16 then "MYPTR pData;" should equal to "USHORT* pData". Otherwise it should be "BYTE* pData"
but it did not work.I really don't know how to do it.Help plz.
Continue reading...