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