Establishes your application as a DDE server. You specify the DDE name, topic, and items that you support.
StartServerDDE ( { windowname, } applname, topic {, item } )
Integer. Returns 1 if it succeeds. If an error occurs, StartServerDDE returns -1, meaning the your application is already started as a server. If any argument’s value is null, StartServerDDE returns null.