SysSharedMemoryWrite (FUN)
FUNCTION SysSharedMemoryWrite : __UXINT
This function can be used to write a defined number of bytes to a Shared Memory area, starting at a certain offset address. RETURN: Number of bytes written to the shared memory
- InOut:
Scope
Name
Type
Comment
Return
SysSharedMemoryWrite__UXINTInput
hShmRTS_IEC_HANDLEHandle to the shared memory
ulOffset__UXINTOffset in the shared memory
pbyDataPOINTER TO BYTE
Pointer to buffer with write data
ulSize__UXINTNumber of bytes to write
pResultPOINTER TO RTS_IEC_RESULT
Pointer to runtime system error code (see CmpErrors.library)