Share via


DDETopic.status Method

States the result of the operation upon returning from one of the Dynamic Data Exchange (DDE) transactions.

Syntax

public DDEstatus status([DDEstatus value])

Run On

Client

Parameters

  • value
    Type: DDEstatus Enumeration
    The status; optional.
    Set the status to OK when the transaction is accepted or performed.

Return Value

Type: DDEstatus Enumeration
The current status.

Remarks

This method must be called during or after each transaction.

See Also

Reference

DDETopic Class