Connection Manager Status Constants
The following table shows the constants that describe the current status of the connection.
Value | Description |
---|---|
CONNMGR_STATUS_DISCONNECTED | The connection is disconnected. |
CONNMGR_STATUS_WAITINGCONNECTION | Attempting to connect. |
CONNMGR_STATUS_WAITINGCONNECTIONABORT | Aborting connection attempt. |
CONNMGR_STATUS_CONNECTED | The connection has been established. |
CONNMGR_STATUS_WAITINGDISCONNECTION | The connection is being disconnected. |
CONNMGR_STATUS_CONNECTIONFAILED | The connection has failed and cannot be re-established. |
CONNMGR_STATUS_NOPATHTODESTINATION | No path to the destination is available. |
CONNMGR_STATUS_CONNECTIONCANCELED | User-aborted connection. |
See Also
Connection Manager API Constants
Last updated on Friday, April 22, 2005
© 2005 Microsoft Corporation. All rights reserved.
Send feedback on this topic to the authors.