MemoryMappedViewAccessor: WriteValue

WriteValue

Writes the value to the accessor.



 Public Sub WriteValue(
	  ByVal Position As Long,
	  ByRef Value As Variant )

Parameters

Position
[ByVal] Long. The number of bytes into the accessor at which to begin writing.
Value
[ByRef] Variant. The value to write.

Exceptions

Exception Condition
ArgumentExceptionThere are not enough bytes after Position to write a value.
ArgumentOutOfRangeExceptionPosition is less than zero or greater than the capacity of the accessor.
NotSupportedExceptionThe accessor does not support writing.

See Also

Project CorLib Overview

Class MemoryMappedViewAccessor Overview