TIEVisionStream.silent_write
Declaration
function silent_write(ptr: Pointer; size: Int64): Int64; safecall;
Description
Write buffer to stream without raising exceptions on failure.
| Parameter | Description |
| ptr | Point to source buffer |
| size | Number of Bytes to write |