docs

Home All functions Categories

vuMailSlotDestroy(SlotName)

vuMailSlotDestroy(*CSTRING), Signed

Description

Destroys a previously created mail slot, releasing the associated system resources.

Parameters

Parameter Data Type Description
SlotName CSTRING(256) The name of the mail slot to destroy.

Returns

A LONG value:

Example

SlotName = 'Transactions'
IF vuMailSlotDestroy(SlotName)
  MESSAGE('Mail slot destroyed successfully.')
ELSE
  MESSAGE('Failed to destroy mail slot.')
END

Notes

Home All functions Categories