Difference between revisions of "NWMUDS:InitializeWithVersion"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
|- | |- | ||
| 2-11 | | 2-11 | ||
− | | | + | | Input [[NWM_Services|NodeInfo]] structure. |
|- | |- | ||
| 12 | | 12 | ||
Line 41: | Line 41: | ||
| 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 signalled for determining the event cause, etc. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
Revision as of 20:20, 7 April 2016
Request
Index Word | Description |
---|---|
0 | Header code [0x001B0302] |
1 | Sharedmem size. |
2-11 | Input NodeInfo structure. |
12 | u16 version. 0x400 is the latest one as of the latest NWM-module from 9.0.0-X. |
13 | Value 0x0 |
14 | Sharedmem handle. |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Value 0x0 |
3 | Output event handle. NWMUDS:GetConnectionStatus is used once this event is signalled for determining the event cause, etc. |
Description
This initializes NWMUDS.
The sharedmem is created with mypermission=0x0, otherpermission=0x3.