0 |
Return status information for the current program. If you want to retrieve
further information on this program, then bit 0 of the cblte-gpi-flags parameter
must be set to indicate that this function should return cblte-gpi-handle,
which will be used as an input to function 2 through 8. The initial program
associated with cblte-gpi-handle is the current program. |
1 |
Return status information for named program. If you want to retrieve further
information on this program, then bit 0 of the cblte-gpi-flags parameter
must be set to indicate that this function should return cblte-gpi-handle,
which will be used as an input to function 2 through 8. The initial program
associated with cblte-gpi-handle is the named program. |
2 |
Return status information for the program that called the program currently
associated with cblte-gpi-handle. This function requires that cblte-gpi-handle
has been set up using functions 0 or 1. The program associated with cblte-gpi-handle
is updated to the calling program. |
3 |
Close a previously created cblte-gpi-handle. This function requires a valid
cblte-gpi-handle to have been created using function 0 or 1. A call with
this function must be made when cblte-gpi-handle is finished with. |
4 |
Find the first entry point of the program currently associated with cblte-gpi-handle.
cblte-gpi-handle must have been set up using function 0 or 1. Once a call
with this function has been made, you can repeatedly use this routine with
function set to 5 to retrieve all remaining entry points in the program.
Once all of the required entry points have been returned, you can use this
routine with function set to 6 to terminate the entry-point search. |
5 |
Find the next entry point of the program currently associated with cblte-gpi-handle.
This function requires a valid cblte-gpi-handle to have been set up using
function 0 or 1, and for function 4 to have been used to initiate the find
first/next entry-point sequence. |
6 |
Terminate the entry-point search. It requires a valid cblte-gpi-handle
to have been set up using function 0 or 1, and for function 4 to have been
called to initiate the find first/next entry-point sequence. |
7 |
Return the full program-name of the program currently associated with cblte-gpi-handle.
This function requires a valid cblte-gpi-handle to have been set up using
function 0 or 1. |
8 |
Return the number of arguments the program currently associated with cblte-gpi-handle
was called with. This information can only be returned if the program is on
the current call stack. |