Handle Property

NDde

Dynamic Data Exchange Library for .NET

DdeConversation.Handle Property

This gets the DDEML handle associated with this conversation.

public 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

DdeConversation Class | NDde.Server Namespace