HELPLIB.HLB  —  RTL Routines, SMG$  SMG$REPASTE_VIRTUAL_DISPLAY
    The Repaste Virtual Display routine moves a virtual display
    to a new position on the pasteboard. The pasting order is not
    preserved.

    Format

      SMG$REPASTE_VIRTUAL_DISPLAY  display-id ,pasteboard-id

                                   ,pasteboard-row ,pasteboard-column

                                   [,top-display-id]

1  –  Returns

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

2  –  Arguments

 display-id

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

    Specifies the virtual display to be repasted. The display-id
    argument is the address of an unsigned longword that contains the
    display identifier.

    The display identifier is returned by SMG$CREATE_VIRTUAL_DISPLAY.

 pasteboard-id

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

    Specifies the pasteboard on which the display is repasted. The
    pasteboard-id argument is the address of an unsigned longword
    that contains the pasteboard identifier.

 pasteboard-row

    OpenVMS usage:longword_signed
    type:         longword (signed)
    access:       read only
    mechanism:    by reference

    Specifies the pasteboard row that is to contain row 1 of the
    specified virtual display. The pasteboard-row argument is the
    address of a signed longword that contains the pasteboard row.

 pasteboard-column

    OpenVMS usage:longword_signed
    type:         longword (signed)
    access:       read only
    mechanism:    by reference

    Specifies the pasteboard column that is to contain column 1 of
    the specified virtual display. The pasteboard-column argument
    is the address of a signed longword that contains the pasteboard
    column.

 top-display-id

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

    Optional identifier of the virtual display under which display-
    id will be pasted. The top-display-id argument is the address of
    an unsigned longword containing the identifier of this virtual
    display. Note that the virtual display specified by top-display-
    id must already be pasted.
Close Help