Posted: Wed Jul 21, 2004 6:45 am Post subject: Exit Path for API exit - Urgent
Newbie
Joined: 26 May 2004 Posts: 7
Hi,
I'm working on Writing API exits for NT/UNIX in C. The data attribute of the API exit is only 32 char long and the path and file name doesn't fit in there. Is there a way to extra the default exit path so in my code I can merge the path and the file name and move on. I don't want to read it from the registry because it will be different in UNIX.
Can someone help me out please.
I am not sure what you mean by "path and filename". Are you referring to the path and filename of your runtime exit or is this some application specific file? The exit path and name go in the qm.ini file or registry (via mq services entries).
If you need to reference an application filename, you can set/get it from an environment var. This will work across platforms.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum