Re: [1/2] msxml3: Implement IMXAttributes_removeAttributes()
30 Jul
2013
30 Jul
'13
10:50 a.m.
Hi Nikolay, On 07/30/13 12:42, Nikolay Sivov wrote:
+ dst = &This->attr[index]; + src = &This->attr[index+1]; + + memmove(dst, src, This->length-index-1);
*sizeof(*dst) Cheers, Jacek
4519
Age (days ago)
4519
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban