System32 Function 21 (15h) - Call Module Service

Description
Once you've checked if a module is loaded, or if you've got a moduleID returned by Service20 (14h) you can call it's functions by the use of this service
Input

AL

21d (15h)

AH

Service Number

EDI

Pointer to a ModuleID
Output

None

See Notes
Errorcodes

None

See Notes
Notes
The values this routine returns depends on the module that has been called, for any discription of the returnvalues check their specific pages.

With Service16d (10h) this service can be skipped for modules you need to access a lot, and where speed is important...
Development Status
Working.

Back