Click or drag to resize
Accord.NET (logo)

SystemToolsSetUnmanagedMemory Method (IntPtr, Int32, Int32)

Fill memory region with specified value.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static IntPtr SetUnmanagedMemory(
	IntPtr dst,
	int filler,
	int count
)
Request Example View Source

Parameters

dst
Type: SystemIntPtr
Destination pointer.
filler
Type: SystemInt32
Filler byte's value.
count
Type: SystemInt32
Memory block's length to fill.

Return Value

Type: IntPtr
Return's value of dst - pointer to destination.
See Also