NWMUDS:InitializeWithVersion: Difference between revisions
(6 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
|- | |- | ||
| 2-11 | | 2-11 | ||
| | | Input [[NWM_Services|NodeInfo]] structure. | ||
|- | |- | ||
| 12 | | 12 | ||
| u16 version. 0x400 | | u16 version. 0x400 is the latest one as of the latest NWM-module from [[9.0.0-20|9.0.0-X]]. | ||
|- | |- | ||
| 13 | | 13 | ||
Line 40: | Line 40: | ||
|- | |- | ||
| 3 | | 3 | ||
| Output handle | | Output event handle. [[NWMUDS:GetConnectionStatus]] is used once this event is signaled for determining the event cause, etc. | ||
|} | |} | ||
= | =Description= | ||
This initializes NWMUDS. | |||
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]]. | |||