[This is preliminary documentation and subject to change.]
The Status property specifies the current status of an enhancement control running in the same process as ipsend. This property is read-only.
[ lStatus = ] object.Status
The following table lists the valid enhancement control status codes.
Status Code | Description |
---|---|
d_NOCONTROL | There is no enhancement control currently running in the same process as ipsend. |
d_CONSTRUCTING | The control is being created. |
d_INITIALIZING | The control is initializing. |
d_CONNECTING | The control is connecting to a data stream. |
d_READY | The control is running and is awaiting further commands. |
d_READY_CONNECTED | The control is connected to a data stream and ready to receive enhancement stream events. |
d_HANDLING_EVENT | The control is handling a stream event. |
d_DESTRUCTING | The control is being destroyed. |
If you have multiple enhancement controls running in the same process as ipsend, the ipsend object cannot distinguish between status change notifications for each enhancement control. To avoid confusion, it is recommended that you have only one enhancement control running in-process with ipsend.
Windows NT: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in ipenhsnd.idl.
Import Library: Included as a resource in ipenhsnd.dll.
Unicode: Yes.
ipsend.StatusChanged, ipsend.ReportStatus, Monitoring the Status of an Enhancement Control, Enhancement Control