8.2.3 The RexxRegisterSubcomDll() function
This function is used to set up a routine that is located in a
module in a dynamic link library, as a subcommand handler. Some
operating systems don't have dynamic linking, and thus cannot make
use of this facility. The prototype of this function is:
APIRET APIENTRY RexxRegisterSubcomDll(
PSZ EnvName,
PSZ ModuleName,
PFN EntryPoint,
PUCHAR UserArea,
ULONG DropAuth
) ;
This function is not yet supported by Regina.
PREV NEXT