Click or drag to resize

Kernel32FuncCopyMemory Method

[Missing <summary> documentation for "M:Altaxo.UnmanagedApi.Kernel32.Kernel32Func.CopyMemory(System.IntPtr,System.IntPtr,System.UInt32)"]


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

Parameters

dest  IntPtr

[Missing <param name="dest"/> documentation for "M:Altaxo.UnmanagedApi.Kernel32.Kernel32Func.CopyMemory(System.IntPtr,System.IntPtr,System.UInt32)"]

src  IntPtr

[Missing <param name="src"/> documentation for "M:Altaxo.UnmanagedApi.Kernel32.Kernel32Func.CopyMemory(System.IntPtr,System.IntPtr,System.UInt32)"]

count  UInt32

[Missing <param name="count"/> documentation for "M:Altaxo.UnmanagedApi.Kernel32.Kernel32Func.CopyMemory(System.IntPtr,System.IntPtr,System.UInt32)"]

See Also