NWMUDS:InitializeWithVersion

NWMUDS:InitializeWithVersion

Request #

Index WordDescription
0Header code [0x001B0302]
1Sharedmem size.
2-11Input NodeInfo structure.
12u16 version. 0x400 is the latest one as of the latest NWM-module from 9.0.0-X.
13Value 0x0
14Sharedmem handle.

Response #

Index WordDescription
0Header code
1Result code
2Value 0x0
3Output 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.