Handle Property

NDde

Dynamic Data Exchange Library for .NET

DdeClient.Handle Property

This gets the DDEML handle associated with this conversation.

public virtual IntPtr Handle {get;}

Remarks

This can be used in any DDEML function requiring a conversation handle.

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

See Also

DdeClient Class | NDde.Client Namespace