Question

  Asked: Feb 20 2008   12:29 AM GMT
  Asked by: Mikekspar


Dynamic screen manager exit points/programs


DSM, API, exit point, exit program, QsnMovWinUsr

How are we supposed to define / register exit points/programs to the system to be invoked by the use of bindable API's. (For example the QsnMovWinUsr API of DSM?)

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
+1
Click to Vote:
  •   1
  •  0



The User extension information parameter of the Create a Window API QsnCrtWin is where you can provided procedure pointers to your exit routines.

Bruce Vining
http://www.brucevining.com/
  • AddThis Social Bookmark Button

Browse more Questions and Answers on AS/400 and Development.

Looking for relevant AS/400 Whitepapers? Visit the Search400.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Mikekspar  |   Feb 21 2008  9:50AM GMT

Thanks Bruce. I guess it helps to read the manual properly before diving in,…