NWMUDS:GetConnectionStatus: Difference between revisions
Line 54: | Line 54: | ||
! Type | ! Type | ||
! Description | ! Description | ||
|- | |||
| 0x3 | |||
| Not connected to any network as a host/client. | |||
|- | |- | ||
| 0x6 | | 0x6 | ||
| | | Connected to a network as a host/client. | ||
|} | |} | ||
=Description= | =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. | 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. |