tSysFileWrite (STRUCT)ΒΆ
TYPE tSysFileWrite : STRUCT
Parameter to write a file asynchronously
- InOut:
Name
Type
Comment
pbyBufferPOINTER TO BYTE
Pointer to buffer with data to write to file
ulSize__XWORDNumber of bytes to write in the file. Must be less or equal the buffer size!
pResultPOINTER TO RTS_IEC_RESULT
[OUT] Pointer to the runtime system error code (see CmpErrors2 Interface Library)
pulOutPOINTER TO __XWORD
[OUT] Number of bytes written to the file. 0=if failed