DdeTransaction Class

NDde

Dynamic Data Exchange Library for .NET

DdeTransaction Class

This contains the parameters of the DDEML callback function.

For a list of all members of this type, see DdeTransaction Members.

System.Object    DdeTransaction

public class DdeTransaction

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The dwRet property contains the value returned by the DDEML callback function and is the only member that can be modified. See the MSDN documentation for more information about the members of this class.

CAUTION    Incorrect usage of the DDEML can cause this library to function incorrectly and can lead to resource leaks.

Requirements

Namespace: NDde.Advanced

Assembly: NDde (in NDde.dll)

See Also

DdeTransaction Members | NDde.Advanced Namespace