|
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
)
Public Shared Function SetUnmanagedMemory (
dst As IntPtr,
filler As Integer,
count As Integer
) As IntPtr
Request Example
View SourceParameters
- dst
- Type: SystemIntPtr
Destination pointer. - filler
- Type: SystemInt32
Filler byte's value. - count
- Type: SystemInt32
Memory block's length to fill.
Return Value
Type:
IntPtrReturn's value of
dst - pointer to destination.
See Also