IRUSER Shared Memory: Difference between revisions
Created page with "This is the shared-memory for "ir:USER", which is provided by the application via InitializeIrnop or IRUSER:InitializeIrnopShared|..." |
No edit summary |
||
Line 23: | Line 23: | ||
| (specified by Init paramter) | | (specified by Init paramter) | ||
| SendBuffer | | SendBuffer | ||
|} | |||
=StatusInfo= | |||
{| class="wikitable" border="1" | |||
|- | |||
! Relative offset | |||
! Size | |||
! Description | |||
|- | |||
| 0x0 | |||
| 0x4 | |||
| Latest receive error result. Read by [[IRUSER:GetLatestReceiveErrorResult]] | |||
|- | |||
| 0x4 | |||
| 0x4 | |||
| Latest Send error result. Read by [[IRUSER:GetLatestSendErrorResult]] | |||
|- | |||
| 0x8 | |||
| 0x1 | |||
| Connection status. Read by [[IRUSER:GetConnectionStatus]] | |||
|- | |||
| 0x9 | |||
| 0x1 | |||
| Trying to connect status. Read by [[IRUSER:GetTryingToConnectStatus]] | |||
|- | |||
| 0xA | |||
| 0x1 | |||
| Connection role. Read by [[IRUSER:GetConnectionRole]] | |||
|- | |||
| 0xB | |||
| 0x1 | |||
| Machine ID. Set by [[IRUSER:SetOwnMachineId]] | |||
|- | |||
| 0xC | |||
| 0x4 | |||
| Unknown | |||
|} | |} |