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 |