MemoryMappedViewAccessor: ReadArray |
Reads structures of the type passed in from the accessor into an array of the type passed in.
Public Function ReadArray( ByVal Position As Long, ByRef Arr As Variant, ByVal Offset As Long, ByVal Count As Long ) As Long
Exception | Condition |
---|---|
ArgumentException | Arr is not large enough to contain Count of structures (starting from Position). |
ArgumentNullException | Arr is null |
ArgumentOutOfRangeException | Position is less than zero or greater than the capacity of the accessor. |
NotSupportedException | The accessor does not support reading. |