CopyMemory (urlmon)
Last changed: -180.214.232.93

.
Summary
TODO - a short description

C# Signature:

[DllImport("kernel32.dll", EntryPoint="RtlCopyMemory")]

static extern void CopyMemory(IntPtr Destination, IntPtr Source, uint Length);

VB Signature:

Declare Function CopyMemory Lib "urlmon.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
CopyMemory on MSDN