Registering a service as a DDE serverΒΆ

dde_register()

Register a service as a DDE server


SYNTAX

dde_register(service, event_function)

Register the specified service as a DDE server. By convention, the name of the program is usually used as the service name, but any name can be chosen.

The event_function is the name of the function in the server program that receives DDE messages sent by clients to the service. See The DDE server event function.

It is possible, though unusual, for a program to register more than one service. If this is done, the services may share a common event function, or each may have its own.


RELATED TOPICS

DDE

DDE functions

Arguments to DDE functions