请问用strLCopy将指针中的数据拷贝到一个string中,有长度限制吗? ( 积分: 100 )

  • 主题发起人 主题发起人 lijing_zh
  • 开始时间 开始时间
L

lijing_zh

Unregistered / Unconfirmed
GUEST, unregistred user!
例如
pResultXML : pointer;
AResultXML: String;
iResultXMLLength : UINT;

strLCopy(PChar(AResultXML),pResultXML,iResultXMLLength);
为什么当指针中数据超过1M时AResultXML就会出现很多乱码呢?
 
例如
pResultXML : pointer;
AResultXML: String;
iResultXMLLength : UINT;

strLCopy(PChar(AResultXML),pResultXML,iResultXMLLength);
为什么当指针中数据超过1M时AResultXML就会出现很多乱码呢?
 
该问题取消
 
后退
顶部