Register Service Entry Point Stop Handler (QteRegSrvEntPntStpHdlr) API


  Required Parameter Group:


  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


API introduced: V5R2

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