| GPRQPK (wsid, device, length, status, depth, pickpath) |
Purpose
Use GPRQPK to have the graPHIGS API execute a request to the specified pick device.
The pick path information is returned in the order specified in the Initialize Pick (GPINPK) subroutine, that is, 1=TOP_FIRST or 2=BOTTOM_FIRST If GPINPK has not been called, the default value is 1=TOP_FIRST
Parameters
This value is specified as the size of the pick path array in pick path entries. If the actual pick information is longer than the pickpath array provided by the application, the overage is truncated.
If the actual pick information is longer than the pick path array provided by the application, the overage is truncated.
Pick path data is returned in the pickpath parameter in the following order: Entry 1, Entry 2, ...Entry N.
----------------------------------------------------------
Entry 1 | Structure ID 1 | Pick ID 1 | Element #1 |
| | | |
Entry 2 | Structure ID 2 | Pick ID 2 | Element #2 |
| | | |
. | . | . | . |
. | . | . | . |
. | . | . | . |
| | | |
Entry N | Structure ID N | Pick ID N | Element #N |
----------------------------------------------------------
Error Codes
Related Subroutines
RCP code
201335563 (X'0C00230B')