Register Service Entry Point Stop Handler (QteRegSrvEntPntStpHdlr) API


  Required Parameter Group:

1 Qualified program name Input Char(20)
2 Error Code I/O Char(*)

  Service Program Name: QTEDBGS

  Default Public Authority: *USE

  Threadsafe: No

The Register Service Entry Point Stop Handler API registers a special event handler to handle Service Entry breakpoint events. The Start Source Debug (QteStartSourceDebug) API must be called before this API can be issued.


Authorities and Locks

Program Authority
*EXECUTE

Library Authority
*EXECUTE

Required Parameter Group

Qualified program name
INPUT; CHAR(20)

The name of the exit program that is called when a service entry point is encountered.

The first 10 characters contain the program name. The second 10 characters contain the name of the library in which the program is located. Both entries must be left-justified.

Error code
I/O; CHAR(*)

The structure in which to return error information. For the format of the structure, see Error code parameter.


Error Messages

Message ID Error Message Text
CPF3CF1 Error code parameter not valid.
CPF3CF2 Errors occurred during running of API.
CPF9541 Not in debug mode.
CPF9549 Error addressing API parameter.
CPF9803 Cannot allocate object in library.
CPF9809 Library cannot be accessed.
CPF9810 Library not found.
CPF9811 Program in library not found.
CPF9820 Not authorized to use library.
CPF9821 Not authorized to program in library.

API introduced: V5R2

[ Back to top | Debugger APIs | APIs by category ]