Difference between revisions of "NWMUDS:GetConnectionStatus"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000B0000] |} =Response= {| class="wikitable" border="1" |- ! Index Word !...") |
|||
Line 38: | Line 38: | ||
=Description= | =Description= | ||
− | This is mainly used when the event handle from [[NWMUDS:Initialize]] is signalled. This is also used before using [[NWMUDS:Bind]] | + | This is mainly used when the event handle from [[NWMUDS:Initialize]] is signalled. This is also used before using [[NWMUDS:Bind]]. For certain user-processes this may be used during NWMUDS initialization as well. |
Revision as of 22:02, 2 April 2016
Request
Index Word | Description |
---|---|
0 | Header code [0x000B0000] |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2-13 | Output 0x30-byte structure. |
Output structure
Offset | Size | Description |
---|---|---|
0x0 | 0x30 | ? |
Description
This is mainly used when the event handle from NWMUDS:Initialize is signalled. This is also used before using NWMUDS:Bind. For certain user-processes this may be used during NWMUDS initialization as well.