(LOGO.JPG) Python for OpenVMS

(go to: table of contents, index, list of vms_smg, prev: SAVE_PHYSICAL_SCREEN, next: SCROLL_DISPLAY_AREA)


SAVE_VIRTUAL_DISPLAY - Save the Virtual Display to a File

Save the contents of a virtual display and store them in a file. It can later be retrieved with vms_smg.load_virtual_display().

Format:

    None = vms_smg.save_virtual_display (display_id, [filespec])
Returns:

None

Arguments:

display_id
Virtual display to be saved.
filespec
The file specification of the file in which the specified virtual display is saved. A new file is created each time this routine is called. If 'filespec' is omitted, the default file specification is SMGDISPLY.DAT. You must use OpenVMS format for the file specification.
Examples:

See the examples section of the vms_smg.load_virtual_display() routine.


(go to: table of contents, index, list of vms_smg, prev: SAVE_PHYSICAL_SCREEN, next: SCROLL_DISPLAY_AREA)

11-SEP-2000 ZE.