DDEShareDel
(Engine-Level Function)
Description | Deletes a DDE share name from the SYSTEM.ini file or the registry and returns its own error code. |
Returns | Boolean |
Usage | Script Only. |
Function Groups | DDE |
Related to: | DDE | DDEPoke | DDEShareAdd | SetDDEServer |
Format | DDEShareDel(ShareName) |
Parameters |
ShareName |
Required. Any text expression that gives the DDE share name. |
Comments |
Due to numerous security problems, DDE has been disabled by default in Microsoft Office applications since 2017. If you must use this technology, do so with extreme care! The return value of this function is true if successful, false if unsuccessful, and invalid if not attempted (i.e. invalid parameters). |