1
Reply

CopyMemory in c#

Sagar Bandkar

Sagar Bandkar

Jan 9 2018 6:54 AM
150
 
Give CopyMemory  method in c#
below i mentioned vb 6 copy memory method I want in c# with example
 
Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory"
(ex1 As Any, exe2  As Any, ByVal length As Long)
 
 

Answers (1)