TIEVisionLibrary.createExistingMemoryStream
Declaration
function createExistingMemoryStream(existingBuffer: pointer; existingBufferSize: int32_t): TIEVisionExistingMemoryStream; safecall;
Description
Create a readonly memory stream from an existing buffer.
| Parameter | Description |
| existingBuffer | Pointer to the existing buffer |
| existingBufferSize | Size of the existing buffer |