SELIM |
SELIM^MAGAPI(x) allows MailMan to select an image
from the image file to attach to a message.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
Parameter1 |
Input |
Pointer to the image file
|
y |
Output |
The pointer to the image chosen and its name (same as DIC output).
|
|
ERASE |
ERASE^MAGAPI(x) allows MailMan to erase an image from
the screen.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
Parameter1 |
Input |
Parameter1 is a pointer to the image. file.
|
|
EXPORT(X,Y,Z) |
Images must be in a special directory so that they
can be transmitted
across the network. This entry point creates a copy of the image file in that
directory.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
Parameter1 |
Input |
When this entry point is called Imaging will copy an
image into the export directory.
|
x |
Input |
Pointer to the image file.
|
X |
Input |
Directory to move an image into.
|
Y |
Input |
Pointer to the image file.
|
Z |
Input |
Wait flag if set to other than zero.
|
|
$$EXPORT(X,Y,Z) |
|
|