VMS Help
RTL Routines, SMG$, SMG$FIND_CURSOR_DISPLAY
*Conan The Librarian
|
The Find Display that Contains the Cursor routine returns the
identifier of the most recently pasted virtual display that
contains the physical cursor.
Format
SMG$FIND_CURSOR_DISPLAY pasteboard-id ,display-id
[,pasteboard-row] [,pasteboard-column]
OpenVMS usage:cond_value
type: longword (unsigned)
access: write only
mechanism: by value
pasteboard-id
OpenVMS usage:identifier
type: longword (unsigned)
access: read only
mechanism: by reference
Specifies the pasteboard in which the physical cursor is to be
found. The pasteboard-id argument is the address of an unsigned
longword that contains the pasteboard identifier.
The pasteboard identifier is returned by SMG$CREATE_PASTEBOARD.
display-id
OpenVMS usage:identifier
type: longword (unsigned)
access: write only
mechanism: by reference
Receives the identifier of the display in which the physical
cursor was found. The display-id argument is the address of an
unsigned longword into which the display identifier is written.
pasteboard-row
OpenVMS usage:longword_signed
type: longword (signed)
access: read only
mechanism: by reference
The row position at which to begin the search for the physical
cursor. The optional pasteboard-row argument is the address of
a signed longword containing the pasteboard row. You can use
pasteboard-row instead of the physical cursor row.
pasteboard-column
OpenVMS usage:longword_signed
type: longword (signed)
access: read only
mechanism: by reference
The column position at which to begin the search for the physical
cursor. The optional pasteboard-column argument is the address of
a signed longword containing the pasteboard column. You can use
pasteboard-column instead of the physical cursor column.