ORWTIU POLL (4429)    REMOTE PROCEDURE (8994)

Name Value
NAME ORWTIU POLL
TAG POLL
ROUTINE ORWTIU
RETURN VALUE TYPE ARRAY
DESCRIPTION
This RPC is a process to poll the copy buffer retrieval background task
for completion and to return the data.
INPUT PARAMETER
  • DFN
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This is the DUZ of the user.
    
  • IPADD
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    This is the IP address of the connecting computer running CPRS GUI.
    
  • HWND
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    SEQUENCE NUMBER:   3
    DESCRIPTION:   
    This is the Windows Handle passed in from CPRS GUI.
    
RETURN PARAMETER DESCRIPTION
This RPC will return an array containing the results of the copy buffer
  0RY(1..n,0) -
     Piece 1: Date/Time of the copy
     Piece 2: Date of the ^XTMP global creation
     Piece 3: Package Prefix of application which captured the copy
     Piece 4: Copy from location in 2 pieces (ien;package)
     Piece 5: Number of lines of copied text
  ORY(1..n,1..n) - Copied text
 
  Or Error condition:
     ORY - "-1^Error Msg"
background retrieval process.  If the process has not completed, it will
     ORY(-1)=Error Message
return whatever entries have been completed.  When the process finally
completes, the final return of data will contain a "~DONE=1" as the first 
array entry value, followed by any remaining entries.  Each return will
only contain unique entries, so it will be additive.
 
Output
  ORY - Total number of unique entries^More Boolean (1=more data)