DDEShareDel

Description:              This function deletes a DDE share name from the SYSTEM.ini file or the registry and returns its own error code.

Returns:                    Boolean

Usage:                       Script

Format:                      DDEShareDel(ShareName)

Parameters:             ShareName     { text }  { required }  { no default }
          Any text expression that gives the DDE share name.

Comments:               The return value of this function is true if successful, false if unsuccessful, and invalid if not attempted (i.e. invalid parameters).

See Also:

DDE | DDEPoke | DDEShareAdd | SetDDEServer