HELPLIB.HLB  —  RTL Routines, SMG$  SMG$RESTORE_PHYSICAL_SCREEN
    The Restore Physical Pasteboard routine rewrites the pasteboard
    image as it was at the time the SMG$SAVE_PHYSICAL_SCREEN routine
    was called.

    Format

      SMG$RESTORE_PHYSICAL_SCREEN  pasteboard-id ,display-id

1  –  Returns

    OpenVMS usage:cond_value
    type:         longword (unsigned)
    access:       write only
    mechanism:    by value

2  –  Arguments

 pasteboard-id

    OpenVMS usage:identifier
    type:         longword (unsigned)
    access:       read only
    mechanism:    by reference

    Specifies the pasteboard to be restored. The pasteboard-id
    argument is the address of an unsigned longword that contains
    the pasteboard identifier.

    The pasteboard identifier is returned by the SMG$CREATE_
    PASTEBOARD routine.

 display-id

    OpenVMS usage:identifier
    type:         longword (unsigned)
    access:       read only
    mechanism:    by reference

    Specifies the virtual display created by the SMG$SAVE_PHYSICAL_
    SCREEN routine. The display-id argument is the address of an
    unsigned longword that contains this display identifier.
Close Help