KILL |
This entry point purges a message and all of its
responses from the Message file 3.9, and also deletes the message from any
user mailboxes in the Mailbox fie 3.7.
S XMABORT=0,(XMKILL("MSG"),XMKILL("RESP"))=0,XMZ=msgien
D KILL^XMA32A(XMZ,.XMKILL,XMABORT)
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
XMABORT |
Input |
Preset to ZERO.
|
XMKILL(MSG) |
Both |
Preset to ZERO. (MSG is the subscript) Every time
KILL^XMA32A is called to delete a message, it is incremented by 1 by this
entry point.
|
XMKILL(RESP) |
Both |
Preset to ZERO. (RESP is the subscript) Every time
KILL^XMA32A is called, it is incremented by the number of responses purged.
|
XMZ |
Input |
Preset XMZ to the message number to be deleted. This
message and all response to the message XMZ will be deleted.
|
|