Click or drag to resize

Kernel32FuncCopyMemory Method

Copies memory from one location to another.

Namespace: Altaxo.UnmanagedApi.Kernel32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void CopyMemory(
	IntPtr dest,
	IntPtr src,
	uint count
)

Parameters

dest  IntPtr
The destination pointer.
src  IntPtr
The source pointer.
count  UInt32
The number of bytes to copy.
See Also