SysShmWriteΒΆ
This function of type DWORD can be used to write a defined number of bytes to a Shared Memory. It will return the number of actually written bytes.
| Variable | Data Type | Description |
|---|---|---|
| hShm | DWORD | Handle of the Shared Memory; was returned by SysShmOpen. |
| dwOffset | DWORD | Offset in the data area where the writing of the data should start |
| pData | DWORD | Address of the data buffer to be written |
| dwSize | DWORD | Number of bytes to be written |