RexxRegisterExitExe - Parameters
EntryPoint (PFN) - input
Address
of the exit handler entry point within the application EXE file.
UserArea
(PUCHAR) - input
Address of an 8-byte area
of user-defined information. The 8 bytes UserArea addresses are saved
with the exit handler registration. UserArea can be NULL if there
is no user information to save. The RexxQueryExit function can retrieve
the user information.
[Back: RexxRegisterExitExe - Syntax]
[Next: RexxRegisterExitExe - Returns]