NWMUDS:InitializeWithVersion: Difference between revisions

No edit summary
 
(One intermediate revision by the same user not shown)
Line 40: Line 40:
|-
|-
| 3
| 3
| Output event handle. [[NWMUDS:GetConnectionStatus]] is used once this event is signalled for determining the event cause, etc.
| Output event handle. [[NWMUDS:GetConnectionStatus]] is used once this event is signaled for determining the event cause, etc.
|}
|}


Line 46: Line 46:
This initializes NWMUDS.
This initializes NWMUDS.


The sharedmem is created with mypermission=0x0, otherpermission=0x3.
The sharedmem is created with mypermission=0x0, otherpermission=0x3. The only buffer(s) that are allocated under this sharedmem is the recv_buffer allocated by [[NWMUDS:Bind]].