Re: Implementing Memcpy in C#
- From: "Lebesgue" <nospam@xxxxxxx>
- Date: Thu, 28 Apr 2005 17:10:17 +0200
> memcpy(Info.WriteRegInfo.RegVals[2], &Info.UserPassedInfo.data[2],
> Info.WriteRegInfo.ByteCount );
>
simply Info.UserPassedInfo.Data[2] = Info.WriteRegInfo.RegVals[2]
should do the trick in C#, I believe
(assuming Info.UserPassedInfo.Data is an array of the same type as
RegVals[2])
.
- Follow-Ups:
- Re: Implementing Memcpy in C#
- From: Vidya Bhagwath
- Re: Implementing Memcpy in C#
- References:
- Implementing Memcpy in C#
- From: Vidya Bhagwath
- Implementing Memcpy in C#
- Prev by Date: Re: WMI and Rebooting
- Next by Date: Re: ADSI and C#
- Previous by thread: Re: Implementing Memcpy in C#
- Next by thread: Re: Implementing Memcpy in C#
- Index(es):