docs

Home All functions Categories

vuMailSlotDestroyAll()

vuMailSlotDestroyAll(), Signed

Description

Destroys all mail slots on the local PC.

Parameters

Parameter Data Type Description
None   This function takes no parameters.

Returns

A LONG value:

Example

IF vuMailSlotDestroyAll()
  MESSAGE('All mail slots destroyed successfully.')
ELSE
  MESSAGE('Failed to destroy all mail slots.')
END

Notes

Home All functions Categories