Kernel32FuncCopyMemory Method |
Copies memory from one location to another.
Namespace: Altaxo.UnmanagedApi.Kernel32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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