|
SystemToolsSetUnmanagedMemory Method (Byte, Int32, Int32)
|
Fill memory region with specified value.
Namespace:
Accord
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public static byte* SetUnmanagedMemory(
byte* dst,
int filler,
int count
)
Visual Basic does not support APIs that consume or return unsafe types.
Request Example
View SourceParameters
- dst
- Type: SystemByte*
Destination pointer. - filler
- Type: SystemInt32
Filler byte's value. - count
- Type: SystemInt32
Memory block's length to fill.
Return Value
Type:
Byte*
Return's value of
dst - pointer to destination.
See Also