SysShmCloseΒΆ
This function of type BOOL closes the Shared Memory, which is identified by the handle returned by SysShmOpen. TRUE will be returned after successful operation, otherwise FALSE.
Variable | Data Type | Description |
---|---|---|
hShm | DWORD | Handle of the Shared Memory; was returned by SysShmOpen. |